/*
    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: 576px; height: 159px; position: relative; margin: -1px 0 5px; float:left;}
.anythingSlider .wrapper                { width: 576px; overflow: auto; height: 159px; position: absolute; top: 0; left: 0; }

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: static; top: 0; left:-73px; background: #eee; margin: 0; height:203px; z-index:0 }
.anythingSlider .wrapper ul li          { display: block; float: left; padding: 0; width: 917px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: -180px; cursor: pointer; z-index:1 }
.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; top: 245px; text-align: right; z-index:1;}
.thumbNav li                            { display: inline;}
.thumbNav a                             { color: white; font: 12px Georgia, Serif; display: inline-block; padding: 0px 6px; text-align: center; border:1px solid #000000; margin-right:5px; background-color:#999999 }
.thumbNav a:hover                       { background-image: none; background-color:#666666; }

.thumbNav a.cur                         { background: #000;}
/*
  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; }