/*
    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/
*/

*                                       { margin: 0; padding: 0; }
.anythingSlider                         { width: 604px; height: 163px; position: relative; margin: 0 auto 15px; }
.anythingSlider .wrapper                { width: 604px; overflow: auto; height: 163px; margin: 0 0px; 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: #1C2413;border-bottom: 0px solid #CCD9BD; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 680px; margin: 0; }


#thumbNav                               { position: relative; top: 168px; text-align: center; }
#thumbNav a                             { color: #2B361D; font: 11px Georgia, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0;border-top: 1px solid #2B361D;border-right: 1px solid #2B361D;border-left: 1px solid #2B361D;}
#thumbNav a:hover                       { background-image: none;background: #344323;color: #2B361D; }
#thumbNav a.cur                         { background: #CCD9BD; }


/*
  Prevents
*/

