/**************************************************************

	Lightbox
	v 1.5

**************************************************************/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000000;
	cursor: pointer;
	z-index:100;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #ffffff;
	z-index: 101;
}

.lbLoading {
	background-color: #ffffff;
	background-image: url(lightbox/loader.gif);
	background-repeat: no-repeat;
	background-position: center;
	z-index: 102;
}

#lbImage {
	border: 10px solid #ffffff;
	z-index: 103;
}


.photos {
	padding: 3px;
	border: 1px solid #000000;
}

a:hover .photos {
	border: 1px solid #000000;
}

.lightboxDesc a {
	color: #666666;
	text-decoration: none;
}

.lightboxDesc a:hover {
	color: #000000;
	text-decoration: none;
}

/***************************

	styles for hidden next & previous buttons

***************************/

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 21px;
	outline: none;
	z-index: 105;
}


#lbPrevLink {
	left: 0;
	
}

#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}

/***************************

	styles for next & previous buttons as part of footer

***************************/

#lbPrevLink {
	display: block;
	width: 63px;
	height: 21px;
	outline: none;
	padding-top: 90px;
}
#lbNextLink {
	display: block;
	width: 63px;
	height: 21px;
	outline: none;
	padding-top: 90px;
}
#lbPrevLink {
	float: left;
	background: transparent url(lightbox/prevlabel.gif) no-repeat left;
	
}

#lbPrevLink:hover {
	background: transparent url(lightbox/prevlabel.gif) no-repeat left;
}

#lbNextLink {
	float: right;
	background: transparent url(lightbox/nextlabel.gif) no-repeat right;
}

#lbNextLink:hover {
	background: transparent url(lightbox/nextlabel.gif) no-repeat right;
}

#lbControls {
	display: block;
	height: 5px;
}


/**********************************/


#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #2e566b;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #ffffff;
	border-top-style: none;
}

#lbCloseLink {
	clear: both;
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	margin: 0px 0px 0px 0px;
	/*border: 1px solid #000;*/
	background-color: transparent;
	background-image: url(lightbox/closelabel.gif);
	background-repeat: no-repeat;
	background-position: center;
}

#lbCaption, #lbNumber, #lbDescription {
	margin-right: 20px;
	/*border: 1px solid #000;*/
}

#lbCaption {
	font-weight: bold;
}


.lightboxDesc {
	display: none;
}

/*************************************************************/
