body {margin: 0;}
#lbOverlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	background-color: #7D7F83;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	z-index: 2;
}

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

.lbLoading {
	background: #F2F2F2 url(../buttons_lightbox/loading.gif) no-repeat center;
}

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

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../buttons_lightbox/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../buttons_lightbox/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #303440;
	line-height: 1.4em;
	text-align: left;
	border: 5px solid #F2F2F2;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 32px;
	height: 14px;
	background: transparent url(../buttons_lightbox/closelabel.gif) no-repeat center;
	margin: 2px 0px;
}

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

#lbCaption {
	font-weight: normal;
}
