/*
    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: 765px; height: 300px; position: relative; margin: 0px auto 0px auto; }
.anythingSlider .wrapper                { width: 765px; overflow: auto; height: 300px; 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; background: #eee; margin: 0; padding:0;}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 300px; width: 765px; margin: 0; }
.anythingSlider .arrow                  { display: none; }
.anythingSlider .forward                { display: none; }
.anythingSlider .back                   { display: none; }
.anythingSlider .forward:hover          { display: none; }
.anythingSlider .back:hover             { display: none; }

#thumbNav                               { display:inline-block; position: relative; top: 270px; text-align: center; }
#thumbNav a                             { color: white; text-decoration: none; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #003; text-align: center; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#thumbNav a:hover                       { background: #009; }
#thumbNav a.cur                         { background: #006; }

#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; }
