/*
    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/
*/


.anythingSlider                         { width: 494px; height: 273px; position: relative; border:3px solid #d62046; }
.anythingSlider .wrapper                { width: 494px; overflow: auto; height: 273px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 273px; width: 494px; margin: 0; position:relative; }

.anythingSlider .span .fond				{ position:absolute; float:left; right:0; top:0; background:#000; filter: alpha(opacity=70); opacity: 0.7; width:250px; height:100px; }
.anythingSlider .span h3 				{ position:absolute; left:265px; top:18px;	color:#fff; }
.anythingSlider .span p 				{ position:absolute; left:265px; top:58px; color:#fff; width:240px;	font-family:Arial; line-height:14px; }

.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; display:none}
.anythingSlider .back                   { background-position: -67px 0; left: -20px; display:none;}
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }

#thumbNav                               { position: relative; top: 243px; left: 150px;; text-align: center; }
#thumbNav a                             { display: inline-block; text-align: center; width:25px; height:30px; line-height:23px; margin-right:4px; background:url(../../../../public/img/layout/slider_page.png) no-repeat; font-family:Arial; color:#000; }
#thumbNav a:hover                       { color:#fff }
#thumbNav a.cur                         { color:#fff }

#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; display:none;}
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { color:#fff; }

/*
  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; }
