@charset "UTF-8";
/* CSS Document */


/*******************************************/
/*                        Glider                              */
/********************************************/


div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
		clear:both;
		margin-top:0px;
		overflow: hidden;
		width:280px;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	
		overflow:hidden;
		float:left;
		padding:0px;
		width:280px;
		
		}
	div.scroller div.content {
		width: 10000px;
		}

	
#my-glider{
		font-size:12px;
		clear:both;
		padding:0px;
		width:280px;	
	
}

#my-glider h2{
float:left;
font-size:16px;
line-height:30px;
margin:0px;
padding-left:35px;
background:url(../images/puce3.png) no-repeat 10px 8px ;
}
		
	

.controlsBar {
		float:right;
		padding: 0px 5px;
		}
.controls {
		line-height:30px;
		float:left;
			
		}

		
.controls a{
		text-decoration:none;
		font-size:10px;
		font-weight:bold;
		color:#000;
		}



.section a {
 	text-decoration: none;
}
.section a:hover {
 	text-decoration: none;
}




a.flPrev{
	float:left;
	display:block;
    height:20px;
	width:20px;
	background:url(../images/flPrev.png) no-repeat 0px -20px ;
	margin:5px 8px 0px  0px;

}
a.flNext{
	float:left;
	display:block;
    height:20px;
	width:20px;
	background: url(../images/flNext.png) no-repeat 0px -20px ;
	margin:5px 0px 0px  8px;
}
a.flPrev:hover{
	background:url(../images/flPrev.png) no-repeat 0px 0px ;

}
a.flNext:hover{
	background: url(../images/flNext.png) no-repeat 0px 0px ;
}
