@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;
	z-index: 1000;
}

#lbBottomContainer {
	height: 70px;
	background:url(../images/hg.gif) top left repeat-x;
}

.lbLoading {
	background: #fff url(../images/sb_loading.gif) no-repeat center;
	z-index: 1000;
}

#lbCanvas {
	border: 0px solid #fff;
	z-index: 1000;
}

#lbCanvas iframe, #lbCanvas img {
	border:0 solid #999;
	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);
}

#lbCloseTop {
	display: block;
	position: absolute;
	top: 25px;
	right: 25px;
	width: 25px;
	height: 25px;
	outline: 0;
	background:url(../images/close2.gif);
	cursor: pointer;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/fleche1.gif) no-repeat 0% 150px;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/fleche2.gif) no-repeat 100% 150px;
}

#lbBottom {
	font-size:11px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	margin:0 0 0 0; padding:0; }
	
	#lbBottomContainer a,
	#lbCanvas a {
		border-bottom: 0; text-decoration:none; color: #666; }

#lbCloseLink {
	display: block;
	float: right;
	line-height: 70px;
	/* background: transparent url(../images/close9yj.gif) no-repeat center; */
	margin:0; padding: 0 20px;
}

#lbDownloadSource,
#lbDownloadBig {
	display: block;
	float: right;
	line-height: 70px;
	background: transparent url(../images/icon_big.gif) top right no-repeat;
	margin:0; padding: 0 48px 0 10px;
}
#lbDownloadSource {
	background-image:url(../images/icon_src.gif);
}
#lbPrintLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../images/sb_printicon.gif) no-repeat center center;
	margin:0; padding:1px;
}

#lbSaveLink {
	display: block;
	float: right;
	width: 22px;
	height: 22px;
	background: transparent url(../images/sb_saveicon.gif) no-repeat center;
	margin:0; padding:1px;
}

#lbSaveLink:hover,
#lbPrintLink:hover {
	border: 1px solid #666;
	padding: 0px;
}

#lbCaption, #lbNumber {
}
#lbNumber {
	display: none;	
}

#lbCaption {
	line-height: 70px;
	padding: 0 0 0 20px;
}
