/* SLIGHTBOX */
/* variation on SLIMBOX */



#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #333;
	cursor: pointer;
	z-index: 15;
}

#lbCenter, #lbBottom {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color:#FFF /*#012138*/;
	z-index: 20;
	/*border: 1px solid #006699;*/
}

#lbCenter {
	padding: 10px;
}

.lbLoading {
	background: #012138 url('img/loading-bar-black2.gif') no-repeat center;
	border: 1px solid #666;
}

#lbImage {
	z-index: 25;
}


#lbPrevLink, #lbNextLink {
	position: absolute;
	cursor: pointer;
	background: #ccc;
	z-index:12;
	

}



#lbPrevLink
{
	Xborder:1px solid #000;
	bottom:10px;
right:60px;
	margin: 10px;
	height: 25px;
	width: 25px;
	background: url('img/left.jpg') no-repeat bottom left;
	/*background:url('img/coolprev.gif') no-repeat bottom left;*/

}



#lbNextLink {

	right: 20px;
	bottom:10px;
	margin: 10px;
	height: 25px;
	width: 25px;
	background: url('img/right.jpg') no-repeat bottom right;
Xborder:1px solid #000;

}


#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom:5px;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	background: transparent url('img/close.jpg') no-repeat center;
	margin: 5px 0 10px 0;
	padding:2px;
	border:1px solid #000;
	
}

#lbNumber {
	display: block;
	float: left;color:#999;
}

#lbNumber.gallery {
	display: block;
	float: left;
	padding: 10px;
}

#lbCaption {
	margin-left: 10px;
	display: block;
	float: left;

}

#lbDescription {
	float: left;
	padding-right: 10px;
}

#lbDescription #lbTitle {
	float: left;
	clear: both;
	font-weight: bold;
color:#999;
}

#lbDescription #lbCaption {
	margin-left: 0;
color:#999;
}
#lbDescription a{color:#999;}

