/*
    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: 838px; height: 310px; position: relative; margin: 0;  }
.anythingSlider .wrapper                { width: 838px; overflow: auto; height: 310px; 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: 310px; width: 840px; margin: 0;   }


.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -20px; }
.anythingSlider .forward:hover          { background-position: 0 -200px; }
.anythingSlider .back:hover             { background-position: -67px -200px; }



#thumbNav                               { position: relative; top: 260px; text-align: center;}
#thumbNav a                             { color: black;  display: inline-block; padding: 2px 8px; height: 18px; width:10px; margin: 0 6px 0 0; background: url(../img/nav_point.png) no-repeat; text-align: center; text-indent:9999px; overflow:hidden; }
#thumbNav a.cur                         { background: url(../img/nav_point_2.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; }