/*
    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: 532px; height: 400px; position: relative; margin: 0 auto 35px; }
.anythingSlider .wrapper                { width: 532px; overflow: auto; height: 365px; margin-top:15px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 355px; width: 532px; margin: 0; }
.anythingSlider ul                    { padding: 0; margin: 0; }

.anythingSlider .arrow                  { display: none; height: 41px; width: 41px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; bottom:30px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 -0px; right: 0px; }
.anythingSlider .back                   { background-position: -41px -0px; left: 0px; }
.anythingSlider .forward:hover          { background-position: 0 -41px; }
.anythingSlider .back:hover             { background-position: -41px -41px; }

#thumbNav                               { position: relative; top:385px; text-align: center; }
#thumbNav a                             { color: white; font: 11px/18px; Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #ff8c00; text-align: center; text-decoration:none; }
#thumbNav a:hover                       { background-color: #f7f50f; color:#ff8c00; }
#thumbNav a.cur                         { background: #f7f50f; color:#ff8c00;}

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