/*
    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: 555px; height: 210px; position: relative; margin: 0; }
.anythingSlider .slider_wrapper_int                { width: 555px; overflow: auto; height: 210px; margin: 0; position: absolute; top: 0; left: 0; }

                                        /* Width below is max for Opera */
.anythingSlider .slider_wrapper_int ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin-left: -40px; margin-top: 0; }
.anythingSlider .slider_wrapper_int ul li          { display: block; float: left; padding: 0; height: 210px; width: 555px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 19px; width: 16px; text-indent: -9999px; position: absolute; top: -250px; cursor: pointer; }
.anythingSlider .forward                { background: url(../images/forward_arrow.png) no-repeat 0 0;background-position: 0 0; top: -95px; right: 250px; }
.anythingSlider .back                   { background: url(../images/back_arrow.png) no-repeat 0 0;background-position: 0 0;background-position: 0 0; top: -95px; left: 250px; }

.thumbNav                               { position: relative; top: 323px; text-align: center; }
.thumbNav li                            { display: none; }

/*
  Prevents
*/
.anythingSlider .slider_wrapper_int ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .slider_wrapper_int ul ul li       { float: none; height: auto; width: auto; background: none; }