body {margin: 0;}
#lbOverlay  { background-color: white; cursor: pointer; position: absolute; left: 0; width: 100% }

#lbCenter, #lbBottomContainer  { background-color: white; text-align: center; padding: 5px; position: absolute; left: 50%; overflow: hidden }

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#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  { color: #065dad; font-size: 10px; font-family: Verdana, Helvetica, sans-serif; line-height: 1.4em; text-align: left; border-style: none solid solid; border-width: 5px; border-color: #fff }

#lbCloseLink {
	display: block;
	float: right;
	width: 66px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	margin: 5px 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

