#lbOverlay {
	position: absolute;
	top:0px; left: 0px;
	width: 100%;
	background-color: #033045;
	cursor: pointer;
}
#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%; padding:0px;
	overflow: hidden;
	background-color: #FFF;
}
.lbLoading {
	background-image: url(../img/sb_loading.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
}
#lbCanvas {
	border-bottom: 2px solid #042636;
}
#lbCanvas iframe, #lbCanvas img {
	margin:0px;
	padding:0px;
}
#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 10px;
	width: 70px;
	background:  url("../img/sb_anchor_spacer.gif");
}
#lbPrevLink {
	left: 0px;
}
#lbPrevLink:hover {
	background: transparent url("../img/sb_prevlabel.gif") no-repeat;
}
#lbNextLink {
	right: 0px;
}
#lbNextLink:hover {
	background: transparent url("../img/sb_nextlabel.gif") no-repeat;
}
#lbBottom {
	font-size:9px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #042636;
	text-align: left;
	margin:4px 0px 0px;
	padding:0px;
	background-color: #FFF;
	height: 20px;
	width: 720px;
}
#lbCloseLink {
	display: block;
	float: right;
	width: 90px;
	height: 20px;
	background: #FFF url("../img/sb_closelabel.gif") no-repeat center;
	padding:0px;
	margin: 0px 20px 0px 0px;
}
#lbCaption, #lbNumber {
}
#lbCaption {
	padding-left: 20px;
	line-height: 20px;
}