/*
    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: 671px; height: 1600px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { width: 671px; height: 1600px; overflow: auto;  margin: 0 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 671px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 0px; width: 141px; background: url(../jquery.aslider/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: -35px; cursor: pointer; }
.anythingSlider .back                   { background-position: -200px -38px; left: -100px; }
.anythingSlider .forward                { background-position: -8px -38px; right: 100px; }
.anythingSlider .forward:hover          { background-position: -8px -236px; }
.anythingSlider .back:hover             { background-position: -200px -100px; }

#thumbNav                               { position: absolute; top: 100px; text-align: left; z-index:10}




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