/**
Stylesheet: Ligthbox.css
	CSS for Lightbox with Slideshow.

License:
	MIT-style license.

Copyright:
	Copyright (c) 2008 [Aeron Glemann](http://www.electricprism.com/aeron/).
	
Notes:
	This stylesheet is required for proper functioning of Lightbox.
*/

a:hover .photos {
	border: 1px solid #FFFFFF;
}
.lbLoading {
	background-color: #FFFFFF;
	background-image:url(../images/loader.gif);
	background-repeat:no-repeat;
	background-position:left top;
}
.lbCloseLink{
	background-color: #FFFFFF;
	background-image:url(../images/closelabel.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	width:66px;
	height:22px;
}
.photos {
	border: 8px solid #FFFFFF;
	padding: 3px;
}
.lightboxDesc {
	display: none;
}
#lbOverlay {
	background-color: #333333;
	cursor: pointer;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 100000;
}
#lbCenter, #lbBottomContainer {
	background-color: #ffffff;
	left: 50%;
	overflow: hidden;
	position: absolute;
	z-index: 100001;
}
#lbImage {
	border: 8px solid #FFFFFF;
	cursor: pointer;
}
#lbBottom {
	border: 8px solid #FFFFFF;
	border-top-style: none;
	color: #FFFFFF;
	font: normal 11px/16px Arial, sans-serif;
	text-align: left;
}



#lbCloseLink {
	clear: both;
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 0px 0px 0px 0px;
	/*border: 1px solid #000;*/
}

#lbCaption, #lbNumber, #lbDescription {
	margin-right: 71px;
	/*border: 1px solid #000;*/
}

#lbCaption {
	font-weight: bold;
}


.lightboxDesc {
	display: none;
}

