* { margin: 0; padding: 0; font-family: Verdana, Arial, Helvetica, sans-serif; }

#lbOverlay { position: absolute; top: 0; left: 0;	width: 100%; background: #fff; cursor: pointer; z-index: 902; }

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%; padding:0;
	overflow: hidden;
	background: #fff; /* indide bg-color */
	z-index: 904;
}

#lbBottomContainer {
	background-color: #ff8400; /* bottom bg-color */
}

.lbLoading {
	background: #fff url(../images/sb_loading.gif) no-repeat center;
	z-index: 904;
}

#lbCanvas {
	border: 4px solid #ff8400; /* outside border */
	z-index: 903;
}

#lbCanvas iframe { overflow: auto; }

#lbCanvas iframe, #lbCanvas img {
	margin:0; padding:0;
	z-index: 905;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 10px;
	width: 50%;
	background:url(../images/sb_anchor_spacer.gif);
	z-index: 907;
}


#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/sb_prevlabel.gif) no-repeat left 0;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/sb_nextlabel.gif) no-repeat right 0;
}

#lbBottom {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	margin:0; padding:0;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 65px;
	height: 34px;
	background: transparent url(../images/sb_close.gif) no-repeat center;
	margin:0 10px 0 0;
	padding:0;
}

#lbCaption, #lbNumber {
	z-index: 906;
}

#lbCaption {
	font-weight: bold;
	font-size: 10px;
	padding: 10px 0 0 15px;
}
