
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #000;
}

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

#lbImage {
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:none;
}


.photos {
/*	padding: 3px;
	border-top:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;	*/
}

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

.lightboxDesc a {
	color: #999999;
	text-decoration: none;
}

.lightboxDesc a:hover {
	color: #000000;
	text-decoration: none;
}

#wrapper {
	margin:0 auto;
	border:1px solid #FFFFFF;
	width:100%;
	float:none;
}


#lbPrevLink, #lbNextLink, #lbCloseLink {
float:right;
	display: block;
	/*width: 63px;
	height: 32px;*/
	outline: none;
	margin:0 auto;

/*	background-position:center;*/
}

#lbPrevLink {
	float: left;
	background: url(images/prev.gif) no-repeat center;
	width:70px;
	height:21px;
	margin-left:2%;
	
}

#lbCloseLink {
	display: block;
	background: url(images/close.gif) no-repeat center;
	float:left;
	margin-left:2%;
	width:93px;
	height:21px;

}	


#lbNextLink {
	float:left;

	background: url(images/next.gif) no-repeat center;
	width:70px;
	height:21px;
		margin-left:2%;

}

#lbNextLink:hover {
	background: transparent url(images/next.gif) no-repeat center;
}

#lbPrevLink:hover {
	background: transparent url(images/prev.gif) no-repeat center;
}


#lbCloseLink:hover {
	background: transparent url(images/close.gif) no-repeat center;
}


#lbControls {
	display: block;
	height: 25px;
	width:100%;
	padding-top:20px;
	margin:0px auto;
	
	/*margin-top:20px;
	/*position:absolute;
	azimuth:center;*/
	
}


/**********************************/


#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	width:100%;
	height:59px;
	line-height: 1.4em;
	text-align: center;
	border-bottom:1px solid #fff;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	
	

	
	/*border-top-style: none;*/
}

/*#lbCloseLink {

	float: left;
	display: block;
	padding-left:300px;
	width: 93px;
	height: 21px;
	background: transparent url(images/close.gif) no-repeat;



}*/

#lbCaption, #lbNumber, #lbDescription {
/*	margin-right: 71px;
	border: 1px solid #000;*/
}

#lbCaption {
	font-weight: bold;
}


.lightboxDesc {
	display: none;

}

/*************************************************************/

