/* Easy Slider */

	#slider {
	float:left;
	position:relative;
	}

	#slider ul, #slider li,
	#slider2 ul, #slider2 li{
		float:left;
		width:235px;
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider2{margin-top:1em;}
	#slider li, #slider2 li{ 
		/* 
			define width and height of list item (slide)
			entire slider area will adjust according to the parameters provided here
		*/ 
		width:235px;
		height:310px;
		overflow:hidden; 
		}	
			
	#titre-slider{
	
	float:left;
	position:relative;
	width:225px;
	height:25px;
	background:#333;
	color:#FFF;	
	padding:5px 0 5px 10px;;
	text-align:left;
	border-bottom:1px solid #FFF;


	}

	/* numeric controls */	

	ol#controls{
		float:left;
		width:225px;
		margin:0;
		padding:0 0 0 10px;
		height:60px;
		background:#333;	
		
		}
	ol#controls li{
		margin:11px 10px 0 0; 
		padding:0;
		float:left;
		list-style:none;
		height:40px;
		width:40px;
		line-height:40px;
		}
	ol#controls li a{
		float:left;
		height:40px;
		width:20px;
		line-height:40px;
		border:1px solid #000;
		background: url(../images/btn-events-off.jpg);
		color:#333;
		padding:0 10px;
		text-decoration:none;
		}
	ol#controls li.current a{
		background: url(../images/btn-events-on.jpg);
		color:#333;
		font-weight:bold;
		}
	ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}
	
/* // Easy Slider */
