/*
    anythingSlider v1.0
    
    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/
*/

#background_slider {background-image:  url('../images/slider_bg.png'); background-repeat: no-repeat; margin-left: 175px; background-position: 50px 5px; margin-left: 25px;}
.anythingSlider                         { width: 550px; height: 200px; position: relative; margin-left: 25px; }
.anythingSlider .wrapper                { width: 550px; overflow: auto; height: 200px; margin: 0 40px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width : 999999px;height: 170px; list-style: none; position: absolute; top: 0; left: 0; overflow: hidden; }
.anythingSlider ul li                   { display: block; float: left; height: 180px; width: 550px; padding-right: 20px; margin-top: 30px; color: black; font-family: verdana; font-size: 12px;}
.anythingSlider .arrow                  { display: block; height: 48px; width: 48px;  text-indent: -9999px; margin-top: 0px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: -102px; background: url(../images/arrow-right.png) no-repeat 0 0;}
.anythingSlider .back                   { background-position: -67px 0; left: -27px; background: url(../images/arrow-left.png) no-repeat 0 0;}
.slider_image { float: left; width: 328px;}
.slider_text {  float: right; width: 200px; }
#thumbNav                               { position: relative; top: -10000px; text-align: center; }
#start-stop                             { position: absolute; left: -10000px; top: -10000px;}

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