/*
    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: 460px; height: 250px; position: relative; margin: 0 auto 20px; }
.anythingSlider .wrapper                { width: 458px; overflow: auto; height: 250px; margin: 0; position: absolute; border: 1px solid #929292; border-bottom: 1px solid #929292; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 250px; width: 460px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 100px; width: 60px; background: url(/images/layout/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: 0; }
.anythingSlider .back                   { background-position: -60px 0; left: 0; }
.anythingSlider .forward:hover          { background-position: 0 -100px; }
.anythingSlider .back:hover             { background-position: -60px -100px; }

#thumbNav                               { position: relative; top: 220px; left: 10px; text-align: left; }
#thumbNav a                             { color: black; font: 11px/18px Verdana; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; text-align: center; text-decoration: none; font-weight: bold; background: #6a6868;}
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #5a7f98; }

#start-stop                             { }
#start-stop.playing                     { }
#start-stop:hover                       { }

/*
  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; }