/*
    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                         { height: 420px; position: absolute; margin: 0 auto 10px; width:100%; z-index:90; background: #2f2f2f;overflow:hidden;margin-left:00px; top:90px;}
.anythingSlider .wrapper                { width: 1423px; height: 450px; position: absolute; top: -20px; left: 0; overflow:hidden;}
.anythingSlider .wrapper ul             { width: 99999px; height: 450px; list-style: none; position: absolute; background: #2f2f2f;overflow:hidden;margin-left:40px;}
.anythingSlider ul li                   { float:left; height:478px; list-style-image:none; list-style-position:outside; list-style-type:none; width:1423px; overflow:hidden;}


#thumbNav                               { position: absolute; top: 382px; left:70%; text-align:center;}
#thumbNav a                             { color: white; font: 16px "Arial Black", Gadget, sans-serif; display: inline-block; padding: 4px 4px; padding-top: 10px; text-align: center; vertical-align:text-bottom; background: #000; height:24px;}
/*#thumbNav a:hover                       { background: #000; }*/
#thumbNav a.cur                         { background: #CCC; }

/*#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; }*/

/*
  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; }