/**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.
*/
/*removed overflow: hidden; from lbcenter, lbbottomcontainer. changed border to 3px, was 10px, in lbimage*/

a:hover .photos {border: 1px solid #999;}

.lbLoading {background: #fff url(loader.gif) no-repeat center;}

.photos {border: 1px solid #fff;padding: 3px;}

.lightboxDesc {display: none;}

#lbOverlay {background: url(textbg.jpg) repeat; cursor: pointer; left: 0; position: absolute; width: 100%; z-index: 100000;}

#lbCenter, #lbBottomContainer {background-color: #dde;left: 50%; position: absolute; z-index: 100001;}

#lbImage {border: 3px solid #fff; cursor: pointer;}

#lbBottom {background: #fff/*#fff*/; border: 3px solid #fff; border-top-style: none; color: #857; font: normal 12px/16px "Trebuchet MS", helvetica, sans-serif;	text-align: left;}

#lbCloseLink {
	clear: both;
	display: block;
	float: right;
	width: 70px;/*was50*/
	height: 22px;/*was22*/
	background: transparent url(closelabel.gif) no-repeat center;
	margin: -22px 0px 0px 0px;/*was0*/
	border: 1px solid #000;
}
