/*
    anythingSlider v1.2
    
    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: 800px; height: 413px; position: relative; margin: 0; z-index: 100; left:0; }
.anythingSlider .wrapper                { width: 800px; overflow: auto; height: 413px; margin: 0; position: absolute; top: 0; left: 0; }

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding:0 }
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; height: 413px; width: 800px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 35px; width: 35px; background: url(../imgs/slider/arrows03.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: -160px; cursor: pointer; z-index:150; }
.anythingSlider .forward                { background-position: 0 0; right: 75px; }
.anythingSlider .back                   { background-position: -35px 0; left: 75px; }
.anythingSlider .forward:hover          { background-position: 0 -35px; }
.anythingSlider .back:hover             { background-position: -35px -35px; }

.thumbNav                               { position: relative; top: 415px; text-align: center; z-index:160; }
.thumbNav li                            { display: inline-block; }
.thumbNav a                             { -moz-border-radius:25px 25px 25px 25px; background-color:#999; background-repeat:repeat-x; display:inline-block; font-size:1px; height:10px; margin:5px 5px 0 0; padding:0; text-align:center; width:9px; }
.thumbNav a:hover                       { background-color:red; background-image:none; }
.thumbNav a.cur                         { background-color:red; }

.start-stop                             { z-index: 170; background:#FF0000; color:#FFF; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 0; top: 418px; -moz-border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -webkit-border-radius: 5px; display:block; font-size:9px; }
.start-stop.playing                     { background:#FF0000; color:#FFF;}
.start-stop:hover                       { background:#999; color:#FFFFFF;}

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