/*
    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: 370px; height: 200px; position: relative;}
.anythingSlider .wrapper                { width: 293px; overflow: auto; height: 193px; margin: 0 40px; position: absolute; top: 0px; right: -40px; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0px; border: 4px solid #EDEDED; margin: 0; padding: 1px;}
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 193px; width: 380px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 203px; width: 28px; background: url(../images/arrow2.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 0px; left: 353px; cursor: pointer; }
.anythingSlider .back                { background-position: 0 0; left: -15px; }
.anythingSlider .forward                 { background-position: -28px 0; right: 28px; }
.anythingSlider .back:hover          { background-position: 0px -203px; }
.anythingSlider .forward:hover             { background-position: -28px -202px; }

#thumbNav                               { position: relative; top: 210px; left: -4px; text-align: center; }
#thumbNav a                             { color: black; font-size: 11px; font-family:arial; display: inline-block; padding: 4px 8px 4px; margin: 0 5px 0 0; background: #ededed; text-align: center;  }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background: #cdcdcd; }

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