div.scroller 
{ 
	/* modify width and height of scrolling section if necessary	*/		
	width: 350px; 
	height: 289px;
	overflow: hidden;
	border:0px solid #cccccc;
}

div.scroller div.section 
{
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:350px;
	height:289px;
	overflow:hidden;
	float:left;		
}

div.scroller div.content 
{
	width: 10000px;
}
/*
div#section2 
{
	background:#666666;
	color:#ffffff;
}*/

/*Les controles (1 | 2 |...) pour les ban rotator*/


.controls2
{
	height:27px;
	background-image:url(../../images/banrotator-onglet.png);
	background-repeat:no-repeat;
	width:670px;
	
}
.controls2 a
{
	top:3px;
	left:2px;
	position:relative;
	width:15px;
	padding:1px;
	padding-left:4px;
	padding-right:4px;
	margin:1px;
	
}
.num_unselect
{
	border:1px solid #000000;
	color:#FFFFFF;
	background-color:#000000;
}


.num_select
{
	border:1px solid #000000;
	color:#000000;
	background-color:#FFFFFF;
}


