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

#lbCenter{
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;

}
.lbCenter{
	padding:10px 0 0 0;
}
#lbTopContainer {
	position: absolute;
	overflow: hidden;
	top:0;
	left:0;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	
}
.lbImage {
	padding:10px;
}
#lbPanel{
	height:50px;
}
#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: none;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(close.gif) no-repeat center;
	margin: 0px 0;
	cursor:hand;cursor: pointer;
}

#lbCaption {
margin: 20px 0;
text-align: left;
color:#999;
font-size:80%;
line-height: 1.1em;
}
#lbCaption span{
	color:#666;
}
