/*
    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: 601px; height: 352px; position: relative; margin: 0; padding:0; border-bottom:6px solid #49caee; }
.anythingSlider .wrapper                { width: 601px; overflow: auto; height: 352px; margin:0; position: absolute; top: 0; left: 0; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; padding:0; margin:0; position: absolute; top: 0; left: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 352px; width: 601px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 0; text-indent: -9999px; position: absolute; top: 65px; }
.anythingSlider .forward                { background-position: 0; right: 0; }
.anythingSlider .back                   { background-position: 0; left: 0; }
.anythingSlider .forward:hover          { background-position: 0; }
.anythingSlider .back:hover             { background-position:0; }

#thumbNav                               { position: relative; top: 368px; text-align: right; padding:0 5px 0 0; margin:0; font-family:Arial, Helvetica, sans-serif; }
#thumbNav a                             { font-size:16px; color:#b6b4b2; font-weight:bold; text-decoration:none; display: inline-block; padding:0; margin: 0 8px 0 8px; }
#thumbNav a:hover                       { color:#49caee; }
#thumbNav a.cur                         { color:#49caee; }

#start-stop                             { visibility:hidden; }
#start-stop.playing                     { visibility:hidden; }
#start-stop:hover                       { visibility:hidden; }

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