/*  slider container(s) */ 
#slider{
    height:272px;
	overflow: hidden;
	position:relative;
	width:742px;
}
#slider li{
	width: 757px;
    height: 292px;
    overflow:hidden;
	list-style:none;
}

/* controls styling */
#controls{
	position:absolute;
	right:0;
	top:0;
    display: block;
    width: 30px;
	height: 272px;
	background:url(/images/commun/bgControl.jpg) 0 0 no-repeat;
}
#prev_btn, #next_btn{
	display:block;
    width: 30px;
    height: 136px;
}
#prev_btn{
    background: transparent url(../../images/commun/gris/prevDesactiv.jpg) no-repeat scroll 6px 58px;
}
#prev_btn:hover{
    background: transparent url(../../images/commun/gris/prevActiv.jpg) no-repeat scroll 6px 58px;
}
#next_btn{
    background: transparent url(../../images/commun/gris/nextDesactiv.jpg) no-repeat scroll 8px 58px;
}
#next_btn:hover{
    background: transparent url(../../images/commun/gris/nextActiv.jpg) no-repeat scroll 8px 58px;
}
