#lbOverlay {

	}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
	z-index: 1000;
	margin-top: 20px;
}

.lbLoading {
	background: #fff url(../images/sb_loading.gif) no-repeat center;
	z-index: 1000;
}

#lbImage {
	z-index: 1000;
	border: 2px solid #ffffff;
}


.photos {
}

a:hover .photos {
}

.lightboxDesc a {
	color: #000000;
	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;
	z-index: 1000;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/sb_prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/sb_nextlabel.gif) no-repeat 0% 15%;
}
*/
/***************************

	styles for next & previous buttons as part of footer

***************************/

#lbPrevLink, #lbNextLink {
	display: block;
	width: 63px;
	height: 32px;
	outline: none;
	z-index: 1000;
}

#lbPrevLink {
	float: left;
	background: transparent url(../images/sb_prevlabel.gif) no-repeat left;
	
}

#lbPrevLink:hover {
	background: transparent url(../images/sb_prevlabel.gif) no-repeat left;
}

#lbNextLink {
	float: right;
	background: transparent url(../images/sb_nextlabel.gif) no-repeat right;
}

#lbNextLink:hover {
	background: transparent url(../images/sb_nextlabel.gif) no-repeat right;
}

#lbControls {
	display: block;
	height: 32px;
	z-index: 1000;
	padding-left: 10px;
}

/*#lbCloseLink {
	display: block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	background: transparent url(../images/sb_closelabel.gif) no-repeat center;
	margin: 0px 0;
	padding-right: 10px;
}*/

/**********************************/


#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	z-index: 1000;
	margin: 0px 0px 0px 0px;
	border: 1px solid #ffffff;
}

#lbCloseLink {
	clear: both;
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(../images/sb_closelabel.gif) no-repeat center;
	margin: 0px 10px 10px 0px;
	/*border: 1px solid #000;*/
	z-index: 1000;
}

#lbCaption, #lbNumber, #lbDescription {
	margin-right: 71px;
	/*border: 1px solid #000;*/
	z-index: 1000;
}

#lbCaption {
	font-weight: bold;
	margin: 0px 0px 0px 10px;
}
#lbNumber {
	margin: 0px 0px 0px 10px;
}
#lbDescription {
	margin: 0px 0px 0px 10px;
}


#lbPrintLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../images/sb_printicon.gif) no-repeat center;
	margin:15px 5px 0 0; padding:1px;
}

#lbSaveLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../images/sb_saveicon.gif) no-repeat center;
	margin:15px 5px 0 0; padding:1px;
}

#lbSaveLink:hover,
#lbPrintLink:hover {
	border: 1px solid #666;
	padding: 0px;
}

.lightboxDesc {
heigth=100%;
width=100%;
}