/*
    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: 1024px; height: 327px; position: relative; margin: 0 auto 0px; }
.anythingSlider .wrapper                { width: 1024px; overflow: auto; height: 327px; margin: 0 0px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: -40px; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 327px; width: 1024px; margin: 0; }

.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(images/slide-arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0px 20px; right: 10px; }
.anythingSlider .forward:hover          { background-position: 0px -180px; }
.anythingSlider .back                   { background-position: -67px 20px; left: 10px; }
.anythingSlider .back:hover             { background-position: -67px -180px; }

#thumbNav                               { visibility:hidden; position: relative; top: 298px; left: -410px; text-align: center; z-index:501; }
#thumbNav a                             { background: url(images/slide_button.png) no-repeat; font-family: Arial; font-size:12px; color:#fff; display: inline-block; padding: 4px 8px; height: 21px; margin: 0 5px 0 0; text-align: center; text-decoration:none; }
#thumbNav a:hover                       { background: url(images/slide_button_cur.png) no-repeat; color:#0077b9; }
#thumbNav a.cur                         { background: url(images/slide_button_cur.png) no-repeat; color:#0077b9; }

#start-stop                             { visibility:hidden; background: url(images/slide_button_play.png) no-repeat; width:21px; height:21px; position: absolute; left: 195px; top: 298px; z-index:501; }
#start-stop.playing                     { background: url(images/slide_button_stop.png) no-repeat; }

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