/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

#container_slider_img {width:400px;height:200px; padding:0; margin:0; border:2px solid #fff}
#container_slider_img .pagination-no {z-index:3; }
#container_slider_img .pagination-no a {color:#e5e5e5;margin:5px;width:8px;height:8px;display:block;float:left;padding:0;text-decoration:none;}
#container_slider_img .pagination-no .off {background:url(../../images/bt_nav.png) no-repeat 0 0;}
#container_slider_img .pagination-no .on {background:url(../../images/bt_nav.png) no-repeat 0 -8px;}


.anythingSlider                         { width: 400px; height: 200px; position: relative; }
.anythingSlider .wrapper                { width: 400px; overflow: auto; height: 200px; position: absolute; top: 0; left:0; }
.anythingSlider .wrapper ul             {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	margin: 0;
	border: none;
	margin:0 0 0 -40px;
}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 200px; width: 400px; margin: 0;}
.anythingSlider ul li img               {width:400px; height:200px;}
.anythingSlider .arrow                  { display: block; height: 40px; width: 26px; text-indent: -9999px; position: absolute; top: 145px; cursor: pointer; }
.anythingSlider .forward                {display:none}
.anythingSlider .back                   {display:none}
/*.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }*/

#thumbNav                               { position: relative; top: 210px; left:150px; text-align: center; }
#thumbNav a                             { display: inline-block; background: transparent url(../../images/bt_nav.png) repeat-x; color:#561d3d;margin:0 10px 0 0; width:8px;height:8px;display:block;float:left;padding:0; font-size:0}
#thumbNav a:hover                       { color:#767571; background:url(../../images/bt_nav.png) no-repeat 0 -8px; text-decoration:none}
#thumbNav a.cur                         { color:#767571; background:url(../../images/bt_nav.png) no-repeat 0 -8px;}

/*#start-stop                             { background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }*/
#start-stop                             {display:none}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

.legende {width:340px; height:40px; background:#000; color:#fff; position:absolute; top:286px; left:36px; z-index:10; opacity: 0.7; filter : alpha(opacity=70); padding:5px 30px; }








/* SLIDESHOW PUBLICITES*/
#container_slider_img_pub {width:248px;height:206px; padding:0; margin:0; border:none}
#container_slider_img_pub .pagination-no {z-index:3; display:none}
#container_slider_img_pub .pagination-no a {color:#e5e5e5;margin:5px;width:8px;height:8px;display:none;float:left;padding:0;text-decoration:none;}
#container_slider_img_pub .pagination-no .off {background:url(../../images/bt_nav.png) no-repeat 0 0;}
#container_slider_img_pub .pagination-no .on {background:url(../../images/bt_nav.png) no-repeat 0 -8px;}


.anythingSlider_pub                         { width: 248px; height: 206px; position: relative; }
.anythingSlider_pub .wrapper_pub                { width: 248px; overflow: auto; height: 206px; position: absolute; top: 0; left:0; }
.anythingSlider_pub .wrapper_pub ul             {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	margin: 0;
	border: none;
	margin:0 0 0 -40px;
}
.anythingSlider_pub ul li                   { display: block; float: left; padding: 0; height: 206px; width: 248px; margin: 0;}
.anythingSlider_pub ul li img               {width:248px; height:206px;}
.anythingSlider_pub .arrow                  { display: block; height: 40px; width: 26px; text-indent: -9999px; position: absolute; top: 145px; cursor: pointer; }
.anythingSlider_pub .forward                {display:none}
.anythingSlider_pub .back                   {display:none}
/*.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }*/

.anythingSlider_pub #thumbNav                               { position: relative; top: 215px; left:105px; text-align: center; }
.anythingSlider_pub #thumbNav a                             { display: inline-block; background: transparent url(../../images/bt_nav2.png) repeat-x; color:#000;margin:0 10px 0 0; width:8px;height:8px;display:block;float:left;padding:0; font-size:0}
.anythingSlider_pub #thumbNav a:hover                       { color:#000; background:url(../../images/bt_nav2.png) no-repeat 0 -8px; text-decoration:none}
.anythingSlider_pub #thumbNav a.cur                         { color:#000; background:url(../../images/bt_nav2.png) no-repeat 0 -8px;}

/*#start-stop                             { background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }*/
#start-stop                             {display:none}

/*
  Prevents
*/
.anythingSlider_pub .wrapper_pub ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider_pub .wrapper_pub ul ul li       { float: none; height: auto; width: auto; background: none; }

