body {margin: 0;}
#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff; text-align: center;
}
#lbCenter {
padding:5px 5px 0 5px;
}
#lbBottomContainer {
padding:0 5px 5px 5px;
}

.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 {
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
}

#lbBottom {
	font-size:14px;
	color:#999999;
	text-align: left;
	margin:0 0 0 1px;
}
#lbBottom span{
	font-size:18px;
	color:#000000;
	padding-right:5px;	
}

#lbCloseLink {
	display: block;
	float: right;
	width: 65px;
	height: 23px;
	background: transparent url(closelabel.gif) no-repeat;
	margin: 3px 0 0 0;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	padding-top:7px;
	padding-left:8px;
	font-weight: bold;
	color:#000000;	
}
