/*
    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: 801px; height: 532px; position: relative; margin: 0 auto; }
.anythingSlider .wrapper                { width: 800px; overflow: auto; height: 532px; margin: 0 ; position: absolute; top: 0; left: 0; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 532px; width: 801px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 36px; width: 36px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background: url(../IMG/next.png) no-repeat; text-indent: -9999px; right: -20px; margin-top:170px; }
.anythingSlider .back                   { background: url(../IMG/previous.png) no-repeat; text-indent: -9999px; left: -20px; margin-top:170px;}
.anythingSlider .forward:hover          { background: url(../IMG/next1.png) no-repeat;  }
.anythingSlider .back:hover             { background: url(../IMG/previous1.png) no-repeat; }

#thumbNav                               { position: relative; text-align:right;  padding: 542px 5px 0 5px; height:10px;}
#thumbNav a                             { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#999999; display: inline-block; height: 10px;                                          margin:0 5px;}
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { color:#FF0000;}

#start-stop                             {width: 40px; text-align:left; position: relative;  }
#start-stop.playing                     { background: url(../IMG/pause.png) no-repeat; }
#start-stop:hover                       { background-image: 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; }
