/* Start of CMSMS style sheet 'lightbox' */
/* lightbox */

#lightbox {
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}

#lightboxDetails {
	font-size: 0.8em;
	padding-top: 0.4em;
}	

#lightboxCaption{ float: left; }

#keyboardMsg{ float: right; }

#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 

#overlay img{ border: none; }

#overlay{ background-image: url(/af/lightbox/overlay.png); }

* html #overlay {
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(/af/lightbox/blank.jpg);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/af/lightbox/overlay.png", sizingMethod="scale");
}







.imagesthumb{
	position:relative;
	float:left;
	width:215px;
}
.imagesthumb .imagesthumbtools {
	float:right;
	position:relative;
	width:30px;
	height:12px;
	line-height:12px;
	text-align:center;
	font-size:12px;
	padding:0;
	display:inline;
	left:21px;
	top:-18px;
	margin:0 22px -18px 0;
}
.imagesthumb .imagesthumbtools a {
	float:left;
	width:12px;
	height:12px;
	border:1px solid #fff;
	margin:0px 0px 0px 1px;
	overflow:hidden;
}
.imagesthumb .imagesthumbtools a:hover{
	border-color:#999;
}
.imagesthumb .imagesthumbtools span{
	float:left;
	width:12px;
	height:12px;
	padding:0;
	margin:0;
	color:#333;
	cursor:pointer;
}
.imagesthumb .imagesthumbtools span.zoom{
	position:relative;
	top:-12px;
	left:0;
	background:url(/uploads/images/css/zoom.png) no-repeat 0 0;
}
.imagesthumb .imagesthumbtools span.globe{
	position:relative;
	top:-12px;
	left:0;
	background:url(/uploads/images/css/globe.png) no-repeat 0 0;
}
.imagesthumbdescr {
    font-size: 70%;
    margin-bottom: 12px;
}














/* End of 'lightbox' */

