@charset "utf-8";

/* SLIMBOX (Customized version) */

#lbOverlay {
	position: absolute;
	top:0; left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
	z-index: 1000;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%; padding:0;
	overflow: hidden;
	/* background-color: #fff; */
	background-color: #000;
	z-index: 1000;
}

.lbLoading {
	background: #fff url(../images/sb_loading.gif) no-repeat center;
	z-index: 1000;
}

#lbCanvas {
	/* border: 9px solid #fff; */
	border: 9px solid #000;
	z-index: 1000;
}

#lbCanvas iframe, #lbCanvas img {
	 border:1px solid #999; 
	/*border:1px solid #FBE9C4; */
	/* border:1px solid silver; */
	margin:0; padding:0;
	z-index: 1000;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
	background:url(../images/sb_anchor_spacer.gif);
}


#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	/* background: transparent url(../images/sb_prevlabel.gif) no-repeat 0% 15%;*/
	background: transparent url(../images/sb_prev_red.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	/* background: transparent url(../images/sb_nextlabel.gif) no-repeat 100% 15%; */
	background: transparent url(../images/sb_next_red.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-size:10px;
	font-family: Verdana, Helvetica, sans-serif;
	/* color: #666; */
	color: #fff;
	line-height: 1.4em;
	text-align: left;
	margin:0 0 0 10px; padding:0;
}

#lbCloseLink {
	display: block;
	float: right;
	/* width: 66px; */
	width: 22px;
	height: 22px;
	/* background: transparent url(../images/sb_closelabel.gif) no-repeat center; */
	background: transparent url(../images/sb_close_tp.gif) no-repeat center;
	/* margin:0; padding:0; */
	margin:0 0 0 5px; padding:0;
}

#lbPrintLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../images/sb_printicon.gif) no-repeat center;
	margin:0 5px 0 0; padding:1px;
}

#lbSaveLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../images/sb_saveicon.gif) no-repeat center;
	margin:0 5px 0 0; padding:1px;
}

#lbSaveLink:hover,
#lbPrintLink:hover {
	border: 1px solid #666;
	padding: 0px;
}

#lbCaption, #lbNumber {
}

#lbCaption {
	/* font-weight: bold; */
	font-size:11px;
}
