
/**************************************************************

	Lightbox
	v 1.5

**************************************************************/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index:1000;
}
 #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index:1000;
}
#lbCenter {
	position: absolute;
	left: 50%;
	overflow: visible;
	background-color: #fff;
	z-index:1000;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
	overflow: hidden;
}

#lbImage {
	border: 2px solid #fff;
}



#lbPrevLink, #lbNextLink {
	display: block;
	width: 25px;
	height: 18px;
	outline: none;
}

#lbPrevLink {
	float: left;
	background: transparent url(back.png) no-repeat right;
	
}

#lbPrevLink:hover {
	background: transparent url(back.png) no-repeat right;
}

#lbNextLink {
	float: right;
	background: transparent url(next.png) no-repeat left;
}

#lbNextLink:hover {
	background: transparent url(next.png) no-repeat left;
}

#lbControls {
	display: block;
	height: 18px;
	margin-top:5px;
}



#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 2px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	position: absolute;
	top: -8px;
	right: -8px;
	width: 24px;
	height: 24px;
	background: transparent url(close.png) no-repeat center;
}
#lbCaption, #lbNumber, #lbDescription {
	margin-right: 30px;
	margin-left: 40px;
}

#lbDescription {
	padding-bottom: 8px;
}

#lbNumber {
	text-align:center;
	line-height:18px;
}

#lbCaption {
	font-weight: bold;
}

/*************************************************************/


