@charset "UTF-8";

/* Carrousel CSS Document */
#clrz_rotator{width:580px;position:relative;margin:auto;margin-top:15px;}
#clrz_rotator #titre{position:absolute;top:10px;left:10px; background-color:#fff; font:16px;font-weight:bold;z-index:10000;color:#000;padding:2px 10px 2px 10px;}
#clrz_rotator #titre.black{border-left:2px solid #111;color:#111;}
#rotator_container #loader{position:absolute;right:10px;top:10px;display:block;background:url(images/carroussel_loader.png) no-repeat;width:24px;height:24px;}

#clrz_rotator #nav-carrousel {width:580px; height:28px; padding:0 0 20px 0;}
#clrz_rotator #nav-carrousel a.prev, #clrz_rotator #nav-carrousel a.next{cursor: pointer; width:50px; height:28px;display:block; background:url(images/button_prevnext.jpg) no-repeat; text-indent:-9999em}
#clrz_rotator #nav-carrousel a.prev	{width:50px; background-position:0px 0px; float:left; padding-left:0px;}
#clrz_rotator #nav-carrousel a.next {width:50px; background-position:-50px 0px; float:right; padding-right:0px;}
#clrz_rotator #nav-carrousel a:hover.prev {width:50px; background-position:0px -28px;}
#clrz_rotator #nav-carrousel a:hover.next {width:50px; background-position:-50px -28px;}

#clrz_rotator a.prev:hover,#clrz_rotator a.next:hover{background-position:left bottom;}
#clrz_rotator a.prev{background:url(images/carroussel_left.jpg) no-repeat;top:0;left:0;}
#clrz_rotator a.next{background:url(images/carroussel_right.jpg) no-repeat;top:0;right:0;}

#rotator_container{overflow:hidden;width:580px; position:relative;margin:auto}
#rotator_container ul{margin:1px 0 0;padding:0;display:block;}
#rotator_container ul li {list-style-type:none;}
#rotator_container ul li  {display:block;float:left;width:580px;}

#rotator_container span.titre{display:none;}

#clrz_rotator #pagination{position:absolute;bottom:10px; background-position: center bottom!important; text-indent:-5000px; display:none;}

/*
#clrz_rotator #pagination #pagination_content{padding:0 0 0 9px;display:block;height:23px; background:url(images/carroussel_bg-bullets.png) #000; left top no-repeat;float:right}
#clrz_rotator #pagination .end{width:9px;height:23px;background:url(images/carroussel_bg-bullets.png)  #F00; right top no-repeat;float:left;}
#clrz_rotator #pagination #pagination_content span{cursor:pointer;float:left;display:block;background:url(images/carroussel_bullets.png) #00F no-repeat;width:9px;height:9px;margin:7px 2px;}
#clrz_rotator #pagination #pagination_content span:hover{ background-position:left center!important;}
#clrz_rotator #pagination #pagination_content span.active{ background-position:left bottom!important;}

#nextprev {padding:4px 0 20px 0px; width:550px; height:26px;}
#nextprev .prev {background:none; height:26px; float:left; padding-left:0px;}
#nextprev .next {background:none; height:26px; float:right; padding-right:0px;}
#nextprev a {background:none;}
*/

