/*
    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: 556px; height: 241px; position: relative; }
.anythingSlider .wrapper                { width: 556px; overflow: auto; height: 224px; margin: 0px; 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; background: #ffffff; border-top: 3px solid #cc6600; border-bottom: 3px solid #cc6600; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 200px; width: 516px; margin: 0; }
.anythingSlider ul li div				{ width: 476px; }
.anythingSlider ul li div img			{ width: 275px; }
.anythingSlider .arrow                  { display: none; }
.anythingSlider .forward                { display: none; }
.anythingSlider .back                   { display: none; }

#thumbNav                               { display: none; }

#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; }
