.photo-links {
	color: white;
	width: 100%;
	margin: 0;
    border-bottom: 1px solid #4c4c4c;
    padding: 6px 0 0 0;
    height: 22px;
	text-align: center;
	top: 44px;
	background: url(../../images/toolbarblack.png) repeat-x 0 center;
	position: absolute;
	opacity: 0.6;
}

.photo-frame {
	margin-top: 44px;
	margin-bottom: -4px;
	width: 100%;
	height: auto;
}

.photo-background {
	border-top: 1px solid #6d84a2;
	background: black url(../../images/toolbarblack.png) repeat-x;
}

.photo-caption {
	position: absolute;
    overflow: hidden;
    left: 50%;
    margin: 9px 0 0 -75px;
    height: 45px;
    font-size: 20px;
    width: 150px;
    font-weight: bold;
    text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #FFFFFF;
}
