/*
    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: 999px; height: 283px; position: relative; margin: 0 auto 30px; background-image:url(../images/slider_bg.jpg); }
.anythingSlider .wrapper                { width: 890px; overflow: auto; height: 283px; margin: 0 40px; 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;  margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 930px; margin: 0; }
.anythingSlider .arrow                  { display: none; height: 200px; width: 60px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 43px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -20px; }
.anythingSlider .back                   { background-position: -67px 0; left: -2px; }
.anythingSlider .forward:hover          { background-position: 0 -170px; }
.anythingSlider .back:hover             { background-position: -67px -170px; }

#thumbNav                               { position: relative; top: 250px; text-align: right;  }
#thumbNav a                             { color: #fff; font: 12px Georgia, Serif; display: inline-block; padding: 3px 7px; height: 18px; margin: 0 5px 0 0; background:  url(../images/shade1.gif) repeat-x; text-align: center; text-decoration:none }
#thumbNav a:hover                       { text-decoration:underline }
#thumbNav a.cur                         { background: 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; }


