body { height:100%;}
#lbOverlay {
width:100%;
height:100%;
background-color: #000000;
filter:alpha(opacity=70);
opacity: 0.7;
position:absolute;
top:0;
left:0;
z-index:90000;
}



#lbCenter, #lbBottomContainer {
margin-top:75px;


	position: absolute;
	z-index:100000;
	left: 50%;
	overflow: hidden;
	background-color: #FFCC66; text-align:left; 
}

.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}

#lbImage {
	
}

#lbPrevLink, #lbNextLink {

	display: block;
	position: absolute;
	z-index:100000;
	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: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	
	text-align: left;
	
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	
	width: 320px;
	height: 59px;
	background: transparent url(altbar.png) no-repeat center;

}

#lbCaption, #lbNumber {
	
}

#lbCaption {

}
