body {
	margin: 0;
	z-index:1000;

}
#lbOverlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 500px;
	background-color: #777;
	z-index:310 
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center; padding: 5px;
	z-index:1000;
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
	z-index:1000;
}

#lbImage {
	border: 10px solid #fff;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	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%;
}


#lbBottom {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-style: italic;
	color: #000;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #fff;
	border-top-style: none;
	z-index:1000;
}

#lbCaption2 {
	border-top: 15px solid #fff;
	border-right: 15px solid #fff;
	border-left: 15px solid #fff;
	display: block;
	float: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight:normal;
	font-style: normal;
	line-height: 1.4em;
	z-index:1000;

	
}

#lbCaption3 {


	display: block;
	border-top: 15px solid #fff;
	border-right: 15px solid #fff;
	border-left: 15px solid #fff;
	margin-left: 210px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight:normal;
	font-style: normal;
	line-height: 1.4em;
	z-index:1000;
	
	
}

#lbCloseLink {
	display: block;
	float: right;
	width: 16px;
	height: 16px;
	background: transparent url(close.png) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	border-top: 10px solid #fff;
	border-left: 15px solid #fff;
	margin-right: 71px;
}

#lbCaption {
	font-size: 12px;
	color: #000;
	z-index:320;
}
