/*
    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: 937px; height: 263px; position: relative; margin: 0 auto 0px; }
.anythingSlider .wrapper                { width: 937px; overflow: auto; height: 263px; margin: 0 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: #FFFFFF; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 263px; width: 937px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 0px; width: 0px; text-indent: -9999px; position: absolute; top: 0px; cursor: pointer; }
.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; left: 80px; top: 220px; text-align: left; }
#thumbNav a                             { color: white; font: 0px/0px Georgia, Serif; display: inline-block; padding: 8px 8px; width:16x; height: 16px; margin: 0 3px 0 3px; background: url(../images/btn-off.gif) repeat-x;}
#thumbNav a:hover                       { color: #f85944; background: url(../images/btn-hov.gif) repeat-x; }
#thumbNav a.cur                         { color: #e11a00; background: url(../images/btn-on.gif) repeat-x; }

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