/* @override 
	http://dev.bruitdufrigo.com/assets/snippets/maxigallery/slimbox/css/slimbox.css */

/* SLIMBOX */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-image: url('/assets/templates/bdf/images/papier_millimetre.gif'); /* url('/assets/templates/bdf/images/40prcent_1AD.gif') */
	cursor: pointer;
	z-index: 999999999;
}

#lbCenter, #lbBottomContainer {
	z-index: 9999999999;
	position: absolute;
	left: 50%;
	overflow: hidden;
/*	border: 1px solid #6CE;*/
}

#lbCenter {
	background-repeat: repeat !important;
	background-attachment: fixed !important;
/*	background-image: url("../images/hachures_anim_2.gif") !important;*/
	background-color: #1B1;
	border-bottom: none;
}

#lbBottomContainer {
	background-color: #FFF;
	border-top: none;
}

/* Commented by doze, generated in javascript
.lbLoading {
	background: #fff url(loading.gif) no-repeat center;
}*/

#lbImage {
	border: 10px solid #FFF;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

/* Commented by doze, generated in javascript
#lbPrevLink:hover {
	background: transparent url(prevlabel.gif) no-repeat 0% 15%;
}*/

#lbNextLink {
	right: 0;
}

/* Commented by doze, generated in javascript
#lbNextLink:hover {
	background: transparent url(nextlabel.gif) no-repeat 100% 15%;
}*/

#lbBottom {
	font-family: Arial, Helvetica, "Helvetica Neue", sans-serif;
	font-size: 13px;
	color: #222;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #FFF;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 25px;
	height: 25px;
	/*background: transparent url(closelabel.gif) no-repeat center;*/
	margin-top: 9px;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}

#lbNumber {
	color: #6CE;
}

/* =============== */

/*ul.thumbs {
	width: 260px;
}*/

/*ul.thumbs li {
	width: 120px;
	height: 120px;
	background-image: url('../images/large_confetti.png');
}

ul.thumbs li a {
	background-color: #FF0;
	display: table-cell;
	width: 120px;
	height: 120px;
	text-align: center;
	vertical-align: middle;
}

ul.thumbs li p {
	color: #222;
	position: relative;
	top: -120px;
	left: 0;
	text-align: center;
}
*/
