@charset "utf-8";
/* CSS Document */
/*#carouselwrap{*/
	/*width:700px;*/
	/*width:260px;*//*  200px multiplied by nb box displayed at same time + 10 px + 2x width traverscontrol*/
	/*height : 225px;*/
	/*border:1px solid black;*/
/*}*/
.carouselwrap{
	height : 225px;
	padding-left:9px;
}

.carousel{
	/*width: 600px;*/
	/*200px multiplied by nb box displayed at same time */
	height: 225px;
	overflow: hidden;
	float:left;
	position:relative;
}

.carouselscroll{
	float:left;
	/*width:800px !important;*/
	/*200px multiplied by nb pictures*/
	position:absolute;
	left:0px;

}

.carouselprev{
	background:url('/lcto/public/images/fleche_bleue_previous_off.png') no-repeat;
	float:left;
	width:25px;
	height:20px;
	margin-top:80px;
}

.carouselnext{
	background:url('/lcto/public/images/fleche_bleue_off.png') no-repeat;
	float:left;
	width:25px;
	height:20px;
	margin-top:80px;
}

/*.traversecontrol{
	float:left;
	width:25px;
	height:20px;
	margin-top:80px;
}*/

.carouselprev:hover,.carouselnext:hover{
	cursor:pointer;
}

.carouselscrollbox{
	float:left;
	border:1px solid #a0c9df;
        
	margin:9px;
    background:#ffffff;
	width:160px;
    text-align:center;
	text-align:center;
	font-family:"Trebuchet MS";
	font-size:11px;
	color:#000000;
	padding:10px;
	height:190px;
}

.carouselscrollerimg{
	width:160px;
	
	
}

