/*
    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: 1000px; height: 345px; position: relative; margin: 0 auto; }
.anythingSlider .wrapper                { width: 1000px; overflow: auto; height: 345px; margin: 0; 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: #FFF; border: none; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 345px; width: 1000px; margin: 0; }


.soulSlider                             { width: 313px; height: 332px; position: relative; margin: 0 auto; }
.soulSlider .wrapper                    { width: 313px; overflow: auto; height: 332px; margin: 0; position: absolute; top: 0; left: 0; }

                                        /* Width below is max for Opera */
.soulSlider .wrapper ul                 { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; background: #FFF; border: none; margin: 0; }
.soulSlider ul li                       { display: block; float: left; padding: 0; height: 332px; width: 313px; margin: 0; }


#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; }

.soulSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.soulSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }