.photo {
	width:120px;
	height:120px;
	float:left;
	margin-right:16px;
	margin-bottom:16px;
	padding-top:8px;
	padding-left:6px;
	background: url('/img/background.gif') no-repeat center center;
	cursor:pointer;
}

.photo .image {
	width:112px;
	height:112px;
}

.loading {
	height:20px;
	width:20px;
	line-height:30px;
	background: url('/img/ajax-loader.gif') no-repeat center center;
}

.photo .image .loading {
	display:block;
	width:100%;
	height:100%;
	background: url('/img/ajax-loader.gif') no-repeat center center;
}



.photo .overlay {
	position:absolute;
	width:132px;
	margin-top:-120px;
	margin-left:105px;
	background: url('/img/arrow.png') no-repeat left center;
	color:#F0F2E3;
	padding:5px;
	padding-left:10px;
	display:none;
	z-index:2 !important;

}

.photo .overlay .inner {
	background-color:#666;
	width:132px;
	padding:5px;
}

.photo .overlay h2 {
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #F0F2E3;
	padding-top:2px;
	padding-bottom:7px;
	margin-bottom:7px;
	margin-top:0px;
}
.photo .overlay .likes {
	font-size:14px;
	font-weight:normal;
	padding-left:25px;
	background: url('/img/thumbup.gif') no-repeat left center;
}

#fancybox-inner .lbtitle {
	font-size:14px;
	color:#666;
	font-weight:bold;
	line-height:18px;
}

#fancybox-inner .lbfooter {
	color:#999;
}

#fancybox-inner .lbfooter a {
	color:#999;
	text-decoration:underline;
}

#fancybox-inner .lbfooter a:hover {
	text-decoration:none;
}
#fancybox-inner .lbfooter .rate	{
	padding-top:10px;
	height:20px;
}
#fancybox-inner .lbfooter .ratebutton {
	text-decoration: none;
}
#fancybox-inner .lbfooter .votes {
	background: url('/img/thumbup-lb.png') no-repeat left top;
	text-indent:30px;
	line-height:30px;
}
#fancybox-inner .lbname {
	font-size:13px;
	color:#666;
	font-weight:normal;
	line-height:18px;
	margin-bottom:10px;
}

