@charset "utf-8";

/* SLIMBOX (Customized version) */

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

#sbCenter, #sbBottomContainer {
	position: absolute;
	left: 50%;
	padding-left:9px;
	padding-right:9px;
	border-left:1px solid #666;
	border-right:1px solid #666;
	overflow: hidden;
	background-color: #e3d0ca;//fff; //000;
	border-bottom:1px solid #666;
	z-index:10001;
}

#sbCenter {
	border-top:1px solid #666;
	padding-top:9px;
	padding-bottom:9px;
}

#sbBottomContainer {
	border-bottom:1px solid #666;
	padding-bottom:9px;
}

.sbLoading {
	background: #fff url(img/loading.gif) no-repeat center;
}

#sbCanvas {
	border:0; /* 1px solid #666;*/
}              

#sbCanvas iframe, #sbCanvas img {
	border:1px solid #666;
	margin:0; padding:0;
}

#sbPrevLink, #sbNextLink {
	display: block;
	position: absolute;
	top: 10px;
	width: 70px;
}


#sbPrevLink {
	left: 0;
/*	background:url(img/fleche1.gif) no-repeat 0% 50%; */
}

#sbPrevLink:hover {
	background: transparent url(img/fleche1.gif) no-repeat 0% 50%;
}

/* * html #sbPrevLink:hover { background: url('img/fleche1.gif') no-repeat 0% 50%; }*/

#sbNextLink {
	right: 0;
/*	background:url(img/fleche2.gif) no-repeat 100% 50%; */
}

#sbNextLink:hover {
	background: transparent url(img/fleche2.gif) no-repeat 100% 50%;
}

/* * html #sbPrevLink:hover { background: url('img/fleche2.gif') no-repeat 100% 50%; }*/

#sbBottom {
	font-size:12px;
	font-family: Verdana, Helvetica, sans-serif;
	color: #731d55;//666;
	line-height: 1.4em;
	text-align: left;
	margin:0 0 0 0px;
	padding:0;
font-style:normal;
}

#sbCloseLink {
	display: block;
	float: right;
	width: 35px; //21px;
	height: 40px;
	background: transparent url(img/close.gif) no-repeat center;
	margin:0; padding:0;
}

#sbCaption, #sbNumber {
}

#sbCaption {
margin-top:20px;
	font-weight: bold;
}
