
/**************************************************************

	Lightbox
	v 1.5

**************************************************************/

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index:10000;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	top:250px;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index:10001;
}

.lbLoading {
	background: #fff url(../images/global/lightbox/loading.gif) no-repeat center;
}

#lbImage {
	border-left: 10px solid #fff;
	border-right: 10px solid #fff;
}


.photos {
	padding: 3px;
	border: 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;
}

/***************************

	styles for hidden next & previous buttons

***************************/
/*
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	height: 32px;
	outline: none;
}

#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, #lbNextLink {
	display: block;
	width: 63px;
	height: 32px;
	outline: none;
}

#lbPrevLink
{
	float: left;
	background-image: url(../images/global/lightbox/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#lbPrevLink:hover {
	background: transparent url(../images/global/lightbox/prevlabel.gif) no-repeat left;
}

#lbNextLink {
	float: right;
	background: transparent url(../images/global/lightbox/nextlabel.gif) no-repeat right;
}

#lbNextLink:hover {
	background: transparent url(../images/global/lightbox/nextlabel.gif) no-repeat right;
}

#lbControls {
	display: block;
	padding-top:20px;
	height: 32px;
	clear:both;
}


/**********************************/

	
#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	float:right;
	padding-right:20px;
	top:0;
	width: 66px;
	height: 22px;
	background: transparent url(../images/global/lightbox/closelabel.gif) no-repeat center;
	/*border: 1px solid #000;*/
}

#lbCloseLinkBottom {
	display: block;
	float:right;
	padding-right:20px;
	width: 66px;
	height: 22px;
	background: transparent url(../images/global/lightbox/closelabel.gif) no-repeat center;
	/*border: 1px solid #000;*/
}

#lbNumber{
	text-align: center;
}

#lbCaption {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #4AF;
	margin: 10px 0px 10px 0px;
}
	
.lightboxDesc {
	display: none;
	width:100%;
	text-align:center;
	margin-top:20px;
	}
	
.lightboxDesc table {
	width:100%;
	}
	
.lightboxDesc th, .lightboxDesc td {
	border: #111 solid 1px;
	padding:5px;
	color: #000;
	}
	
.lightboxDesc th {
	font-weight:bold;
	}
	
td.label {
	background:lightgrey;
	font-weight:bold;
	}
	


/*************************************************************/

