
#lbOverlay {
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	overflow: hidden;
	background-color: #FFFFFF;
}

/*added*/
#lbBottomContainer {
	background: #FFFFFF;
}
/**/
.lbLoading {
	background: url(loading.gif) no-repeat center center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0; /*was bg color transprnt*/
	background-repeat: no-repeat;
	cursor: default;
	/*border: 1px solid #FFFFFF;*/
}

#lbBottom {
	/*	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;*/
	color: #2E3956;
	line-height: 1em;
	text-align: left;
	padding-top: 4px;
	padding-left: 6px;
	padding-bottom: 2px;
}


#lbNextLink {
	width: 17px;
	height: 25px;
	float: right;
	display: block;
	outline:none;
	background: url(nextarrow.gif) no-repeat center top; /*was bg color transprnt*/
	padding-left: 4px;
}

#lbPrevLink {
	width: 17px;
	height: 25px;
	display: block;
	float: right;
	outline:none;
	background: url(prevarrow.gif) no-repeat center top;/*was bg color transprnt*/
	padding-right: 4px;
}

#lbPrevLink:hover {
	background: url(prevarrow.gif) no-repeat center -25px;
}

#lbNextLink:hover {
	background: url(nextarrow.gif) no-repeat center -25px;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 25px;
	background: url(closelabel.gif) no-repeat center top;/*was bg color transprnt*/
	outline: none;
}

#lbCloseLink:hover {
	background: url(closelabel.gif) no-repeat center -25px;
}

#lbCaption, #lbNumber {
	margin-right: 20px;
}

#lbCaption {
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	color: #2E3956;
	padding: 0px;
	margin-bottom: 10px;
}

#lbCaption h2 {
	font: 1.1em Georgia, "Times New Roman", Times, serif;
	color: #2E3956;
	margin: 0px 0px 10px;
	padding: 0px;
	background: #FFFFFF;
}
#lbCaption p {
	font-family: Arial, Helvetica, sans-serif;
}
#lbNumber {
	font-size: 0.6em;
	color: #616673;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}