body {margin: 0;}
#lbOverlay {
	position: absolute;
	left: 0; 
	width: 100%; 
	background-color: #000;
	cursor: pointer;
}

#lbCenter {
	position: absolute;
	left: 50%; 
	overflow: hidden;
	background-color: #000; text-align: center; padding: 5px;	 /* #fff */
}  
#lbBottomContainer {
	position: absolute;
	left: 50%; 	height:300px;
	overflow: hidden;
	background-color: #000; text-align: center; padding: 5px;	 /* #fff */
}

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

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

#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: Helvetica, Verdana, sans-serif;
	font-size: 10px;
	color: #666;  
	line-height: 1.4em;
	text-align: left;  
	border: 1px solid #000;						 /* #fff */
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	/*float: left; 
	margin: 0px 10x 0px 0px; */
	margin-left:45%; margin-top:0px;
	width: 66px; top:10px;
	height: 22px;
	background: transparent url(closelabel.gif) no-repeat center;
	
}

#lbCaption, #lbNumber {
	display:none;margin-right: 71px;	margin-left: 90px;padding-top:2px
}

#lbCaption {
	font-weight: bold;
}

