/*
    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:500px;height:250px; padding:0; margin:0; border:1px solid #8e1662}
#container_slider_img .pagination-no {z-index:3; }
#container_slider_img .pagination-no a {color:#e5e5e5;margin:5px;width:18px;height:22px;display:block;float:left;padding:8px 0 0 12px;text-decoration:none;}
#container_slider_img .pagination-no .off {background:url(slideshow/images/bt_nav.jpg) no-repeat 0 0;}
#container_slider_img .pagination-no .on {background:url(slideshow/images/bt_nav.jpg) no-repeat 0 -15px;}


.anythingSlider                         { width: 500px; height: 250px; position: relative; }
.anythingSlider .wrapper                { width: 500px; overflow: auto; height: 250px; 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
}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 250px; width: 500px; margin: 0; }
.anythingSlider ul li img               {width:500px; height:250px; margin-left:-40px}
.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: 265px; left:0px; text-align: center; }
#thumbNav a                             { display: inline-block; background: transparent url(slideshow/images/bt_nav.jpg) repeat-x; color:#561d3d;margin:0 5px 0 0; width:16px;height:15px;display:block;float:left;padding:0; font-size:0}
#thumbNav a:hover                       { color:#767571; background:url(slideshow/images/bt_nav.jpg) no-repeat 0 -15px; text-decoration:none}
#thumbNav a.cur                         { color:#767571; background:url(slideshow/images/bt_nav.jpg) no-repeat 0 -15px;}

/*#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:421px; 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; }

