
/**************************************************************

	Lightbox
	v 1.5

**************************************************************/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#outerImageContainer
{
	top: 100px; 

}

#imageDataContainer
{
	top: 100px;
	position: relative;
	
} 

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

#lbTopContainer 
{
	/*display: block;
	height: 64px;*/

	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(images/loading.gif) no-repeat center;
}

#lbImage 
{

	border: 10px solid #fff;
}


.photos {
	padding: 3px;
	border: 1px solid #fff;
}

a:hover .photos {
	border: 1px solid #999;
}

.lightboxDesc a {
	color:#7b7b7d;
	text-decoration: none;
}

.lightboxDesc a:hover {
	color:#7b7b7d;
	text-decoration: none;
}



#lbPrevLink, #lbNextLink {
	display: block;
	width: 75px;
	height: 18px;
	outline: none;
}

#lbPrevLink {
	float: left;
	background: transparent url(images/previous.jpg) no-repeat left;
	width:75px;
	height:18px;	
}

#lbPrevLink:hover {
	background: transparent url(images/previous.jpg) no-repeat left;
	width:75px;
	height:18px;	
}

#lbNextLink 
{
	
	float: right;
	background: transparent url(images/next.jpg) no-repeat right;
	width:75px;
	height:18px;
	/*cursor:default;*/
}
/*#lbCloseLink 
{
	background: transparent url(images/eng_closelabel.gif) no-repeat center;
}*/
#lbNextLink:hover {
	background: transparent url(images/next.jpg) no-repeat right;
	width:75px;
	height:18px;
}

#lbControls 
{
	display: block;
	height: 26px;
	vertical-align:middle;
	border-top:solid 1px #7b7b7d;
	padding-top:10px;

}


/**********************************/
#lbnumbersclose
{
		clear:  both;
		display:inline;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	/*color: #666;*/
	color:#7b7b7d;
	line-height: 1.4em;
	text-align: right;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	/*clear:  both;*/
	display: block;
	float: none;	
	width: 0px;
	height: 0px;
	/*background: transparent url(images/eng_closelabel.gif) no-repeat center;*/
	margin: 0px 0px 0px 0px
}
#lbNumber 
{
	color:#7b7b7d;
	font-weight: bold;	
}



#lbFin
{
	color:#7b7b7d;
	font-weight: normal;
	font-family: Arial;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
	}

#lbCaption
{
	text-align:center;
	margin-bottom: 0px;
	margin-top: 0px;
	border-top:solid 1px #7b7b7d;
	padding-top:15px;
	padding-bottom:15px;
	font-weight: bold;
	font-family: Arial;
	
	font-size: 12px;
	/*color: #000;*/
	color:#7b7b7d;

}
#lbDescription 
{

	margin-right: 0px;
	margin-bottom: 0px;
}



.lightboxDesc 
{
	
	display: none;
}

/*************************************************************/


