/*
    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: 406px; height: 234px; position: relative; }
.anythingSlider .wrapper                { width: 406px; overflow: auto; height: 234px; margin-left:44px; margin-top:37px; 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 .wrapper ul li          { display: block; float: left; padding: 0; height: 234px; width: 406px;}


.thumbNav                               { position: relative; top: 230px; z-index:500000; text-align: right; width:445px; }
.thumbNav li                            { display: inline; }
.thumbNav a                             { color: black; font: 11px/18px Georgia, Serif; text-decoration:none; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background: #c58b04 url(../images/cellshade.png) repeat-x; text-align: center;}
.thumbNav a:hover                       { background-image: none; }
.thumbNav a.cur                         { background: #e0a213; }



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