@charset "utf-8";
/********************************************************
	CSS Document / Lightbox - Skalpel.fr
********************************************************/

#overlay {
	z-index: 10000;
	position: absolute;
}
#lightbox {
	z-index: 65001;
	position: absolute;
	padding: 45px 10px 10px 10px;
	border: 4px solid #C5D5DA;
	background: #FFFFFF url(../images/interface/lightbox/bg.gif) top left repeat-x;
}
#lightbox .content {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#lightbox.loading {
	background-image:	 url(../images/interface/lightbox/spinner.gif);
	background-repeat:	 no-repeat;
	background-position: center;
}
#lightbox .closeBtn {
	position: absolute;
	top: 17px;
	right: 15px;
	background: url(../images/interface/lightbox/close.gif) no-repeat;
	width: 87px;
	height: 17px;
	cursor: pointer;
}
#lightbox .controls {
	position: relative;
	width: 100%;
	min-height: 25px;
	padding: 10px;
	/*border: 10px solid #FFFFFF;*/
	border: 4px solid #C5D5DA;
	border-top: none;
	margin-left: -14px;
	background-color: #FFFFFF;
}
#lightbox .title {
	position: relative;
	float: left;
	margin: 5px 0 0 0;
	font-size: 1.10em;
	color: #4B6C76;
	font-weight: bold;
}
#lightbox .numbers {
	position: relative;
	z-index: 1;
	float: right;
	display: block;
	width: 85px;
	height: 31px;
	line-height: 31px;
	background: url(../images/interface/lightbox/numbers.gif) top left no-repeat;
	text-align: center;
	color: #455658;
	font-weight: bold;
}
#lightbox .previousBtn {
	position: absolute;
	z-index: 2;
	top: 12px;
	right: 70px;
	margin-top: 5px;
	background: url(../images/interface/lightbox/left.png) no-repeat;
	width: 18px;
	height: 15px;
	cursor: pointer;
}
#lightbox .previousBtn.disabled { background: url(../images/interface/lightbox/leftDisabled.png) no-repeat; cursor: default; }
#lightbox .nextBtn {
	position: absolute;
	z-index: 2;
	top: 12px;
	right: 17px;
	margin-top: 5px;
	background: url(../images/interface/lightbox/right.png) no-repeat;
	width: 18px;
	height: 15px;
	cursor: pointer;
}
#lightbox .nextBtn.disabled { background: url(../images/interface/lightbox/rightDisabled.png) no-repeat; cursor: default; }