/*
    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/
*/

.wrapper								{position: relative;}
.text									{position: absolute; top: 1px; left: 1px;}
.anythingSlider                         {width: 940px; height: 290px; position: relative; margin: 0 auto; border: 1px solid #D9D9D9;}
.anythingSlider .wrapper                { width: 940px; overflow: auto; height: 290px; position: absolute; top: 0; left: 0; }
.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: 317px; width: 940px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                {display: none;}
.anythingSlider .back                   {display: none;}

#thumbNav                               { position: absolute; top: -27px; right: 2px; text-align: center; }
#thumbNav a                             {color: black; display: inline-block; padding: 2px 8px; height: 21px; width: 10px; margin: 0 5px 0 0; background: url(../images/circle.png) repeat-x; text-align: center;}
#thumbNav a:hover                       {background: url(../images/circle.png) 0 -25px;}
#thumbNav a.cur                         {background: url(../images/circle.png) 0 -25px;}

#start-stop                             {display: none;}
#start-stop.playing                     {display: none;}
#start-stop:hover                       {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; }
