@charset "utf-8";

/* SLIMBOX (Customized version) */

#lbOverlay {
	position: absolute;
	top:0; left: 0px;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 902;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%; padding:0;
	overflow: hidden;
	background-color: #fff; /* inside bg-color */
	z-index: 904;
	/*background: url(../images/bg_pattern.jpg) repeat;*/
}

#lbBottomContainer {
	background-color: #fff; /* bottom bg-color */
	/*background: url(../images/bg_pattern.jpg) repeat;*/

}

.lbLoading {
	background: #fff url(../images/sb_loading.gif) no-repeat center;
	z-index: 904;
}

#lbCanvas {
	/*background: url(../images/bg_pattern.jpg) repeat;
	padding: 10px;*/
	border: 10px solid #fff; /* outside border */
	bor
	z-index: 903;
}

#lbCanvas iframe, #lbCanvas img {
	border:0px solid  #5c5c5b; /* inner border */
	margin:0; padding:0;
	z-index: 905;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 10px;
	width: 70px;
	background:url(../images/sb_anchor_spacer.gif);
	z-index: 907;
}


#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/sb_prevlabel.gif) no-repeat;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/sb_nextlabel.gif) no-repeat;
}

#lbBottom {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	margin:0 0 0 10px; padding:0;
}

#lbCloseLink {
	display: block;
	text-align: right;
	float: right;
	width: 69px;
	height: 34px;
	background: transparent url(../images/sb_closelabel.png) no-repeat center;
	margin:0;
	padding:0;
}

#lbCaption, #lbNumber {
	z-index: 906;
}

#lbCaption {
	font-weight: bold;
	font-size: 10px;
}
