/*
    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:100%; height:402px; position: relative; margin: 0 auto 0; float:left; background:url(../images/banner-img-bg.png) no-repeat bottom left}
.anythingSlider .slider_wrapper                { width:1000px; overflow:hidden!important; height: 488px; position: absolute; top: 0; left: 0; }
.anythingSlider .slider_wrapper ul       { width:99999px; list-style: none; position: absolute; top:0; left:0px; margin:0; padding:0px; }
.anythingSlider ul li                   { display: block; float: left; padding:0; height:483px; width:1000px; margin:0; overflow:hidden;}
.anythingSlider .arrow                  { height:76px; width:140px; text-indent: -9999px; position: absolute; top:200px; cursor: pointer; }
.anythingSlider .forward                { right: -130px; background:url(../images/arrow_forward.png) no-repeat 0 0;}
.anythingSlider .back                   { left: -128px; background:url(../images/arrow_backward.png) no-repeat 0 0;}
.anythingSlider .forward:hover          { background:url(../images/arrow_forward.png) no-repeat 0 0 }
.anythingSlider .back:hover             {  background:url(../images/arrow_backward.png) no-repeat 0 0}
.banner_img {float:left;}


#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                       { background-image: none; }

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