@charset "utf-8";

/* SLIMBOX (Customized version) */

#lbOverlay {
	position: absolute;
	top:0; left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index:999999;
}







#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%; padding:0;
	overflow: hidden;
	background-color: #fff;
	z-index:999999;
}

.lbLoading {
	background: #fff url(../imgs/wait28trans.gif) no-repeat center;
	z-index:999999;
}

#lbCanvas {
	border: 9px solid #fff;
	z-index:999999;
}

#lbCanvas iframe, #lbCanvas img {
	border:1px solid #999;
	margin:0; padding:0;
	z-index:999999;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 10px;
	width: 70px;
	background:url(../imgs/sb_anchor_spacer.gif);
	z-index:999999;
}


#lbPrevLink {
	left: 0;
	z-index:999999;
}

#lbPrevLink:hover {
	background: transparent url(../imgs/sb_prevlabel.gif) no-repeat;
	z-index:999999;
}

#lbNextLink {
	right: 0;
	z-index:999999;
}

#lbNextLink:hover {
	background: transparent url(../imgs/sb_nextlabel.gif) no-repeat;
	z-index:999999;
}

#lbBottom {
margin-top:10px;
	font-size:12px;
	font-family: tahoma,arial, Helvetica, sans-serif;
	color: #666;
	text-align:left;
	padding:0;
	padding-left:20px;
	height:25px;
	line-height:100%;
	z-index:999999;
}

#lbCloseLink {
	display: block;
	float:right;
	width: 66px;
	height: 22px;
	background: transparent url(../imgs/sb_closelabel.gif) no-repeat center;
	margin:0; padding-right:75px;
	z-index:999999;
}

#lbCaption, #lbNumber {
}

#lbCaption {
	font-weight: bold;
	z-index:999999;
}
