#album-title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
    padding: 10px 30px 10px 10px;
    position: absolute;
    z-index: 20;
}

#album-title span {
    color: #fff;
    font-family: Arial;
    font-size: 16px;
}
.photo-controls a {
	opacity: 0.5;
    position: absolute;
    top: 0;
    right:5px;
	display: block;
    width: 400px;
    height: 100%;
	color: transparent;
	font-size: 1px;
	overflow: hidden;
	text-indent: -9999px;
	transition: all 0.5s ease-in-out;
}

.photo-left:hover .photo-controls a {
	opacity: 1;
}	

.photo-controls a {
	z-index: 100;
}

.photo-controls .next {
    background: url("../images/but-right.png") no-repeat scroll right center transparent;
}

#block-system-main .video-container:not(.visible) .photo-left img,
#cboxLoadedContent .video-container .photo-left img {
	display: none;	
}

.video-container.visible .photo-left img {
	width: 100%;
}

.photo-controls .prev {
	right: auto;
	left: 5px;
	background: transparent url("../images/but-left.png") no-repeat left center;
} 

.photo-left .photo-controls .next:hover { 
	opacity: 1;
}

.photo-left .photo-controls .prev:hover { 
	opacity: 1;
}

#avatar {
	font-family: "Arial";
	line-height: 17px;
}
 
.av-image {
  float: left;
  margin-right: 10px;	
}

.av-title {
  font-weight: bold;
  margin-bottom: 5px;	
}

.av-likes {
	color: #AAA;
}

.av-talking {
	color: #AAA;
}

.av-time {
	color: #AAA;
}

.photo-right .w-content .facebook-like {
    clear: both;
    display: block;
    margin-top: 10px;
    padding-top: 10px;
}

.video-container.photos {
	border: 1px solid #CCC;	
}

#cboxLoadedContent .video-container.photos {
	border: none; 	
}

.photo-left .Pcaption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
    bottom: 0;
    color: #fff;
    position: absolute;
    text-align: left;
    width: 100%;
}