/* CONTENT SLIDER */

.slider-wrapper{
	position:relative;
	overflow:hidden;
	width:705px;
	height: 325px;
	background: url("images/ombre-diapo.png") no-repeat top white;
	/* margin-left:40px; */
}

.slider{
	position:relative;
	background-color: white;
	width:100%;
	height:300px; /* when responsive, comment this out */
	margin:10.5px auto;
}


/* FIN CONTENT SLIDER */


.fraction-slider{
	width:100%; height:100%;
	overflow:visible;
}

.fraction-slider .slide{
	display:none; width:100%; height:100%;
	position:absolute;
	z-index:5000;
}

.fraction-slider .active-slide{
	z-index:9999;
}

.fraction-slider .fs_obj{
	display:block; display:none;
	position:absolute;
	top:0px; left:100%;
	z-index:7000;
}

.fraction-slider .fs_fixed_obj{
	z-index:6000;
	left:0;
}

.fraction-slider .fs_obj *{
	display:inline-block;
	position:relative;
	top:0px; left:0px;
}

.fs_loader{
	width:100%; height:400px;
	background:url(images/big-load-2.gif) center center no-repeat transparent;
}

/** PAGER **/

.fs-pager-wrapper{
	position:absolute;
	left:305px;
	bottom:-26px;
	z-index:9999;
}

.fs-pager-wrapper a {
	display:inline-block;
	margin:0 15px 0 0;
	width: 32px;
	height: 28px;
	background:url(images/fs.pager.png) 0px 0px no-repeat;
}

.fs-pager-wrapper .active{
	background:url(images/fs.pager.png) 0px -22px no-repeat;
}
