/*
    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: 540px; height: auto; position: relative; margin: 0; }
.anythingSlider .wrapper                { width: 460px; overflow: auto; height: 550px; margin: 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 50px 0 0 0; text-align:left; }
.anythingSlider ul li                   {display: block; float: left; padding: 0; height: 317px; width: 460px; margin: 0; }
.anythingSlider .arrow , .anythingSlider .forward ,
.anythingSlider .back, .anythingSlider .forward:hover ,
.anythingSlider .back:hover  {display: none; }
#thumbNav                               { position: relative; top: 5px; text-align: left; }
#thumbNav a                             { color: black; text-decoration: none; font: 11px/18px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #fff url(../images/cellshade.png) repeat-x; text-align: center; }
#thumbNav a:hover                       {background-image: none; }
#thumbNav a.cur                         {background: #000; color:#fff;}

#start-stop                             {display:none;}
#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; }
.anythingSlider  li p {font-size:12px; line-height:18px; width: 440px;}
