/*
    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: 645px; height: 214px; position: relative; margin-top: 24px; }
.anythingSlider .wrapper                { width: 645px; overflow: auto; height: 190px; position: absolute; top: 0; left: 0; border-left: 2px solid #FFFFFF; }

                                       /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #eee; margin: 0;padding-left: 0px; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 214px; width: 680px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 20px; width: 67px; background: url(/images/slider/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: 170px; margin-top: 130px; z-index: 999999; }
.anythingSlider .back                   { background-position: -67px 0; left: 170px; margin-top: 130px; z-index: 999999; }

#thumbNav                               { position: relative; top: 193px; text-align: center; height: 27px; width: 645px; border-left: 2px solid #FFFFFF; background: #CCCCCC; }
#thumbNav a                             { color: black; font: 11px/18px Arial, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0;text-align: center;margin-top: 2px; text-decoration: none; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { border: 1px solid #e0a213; }

#start-stop                             { display: 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; }
