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


.anythingSlider, .slide1                        { width: 918px; height: 331px; position: absolute; top:88px; left:19px; border:2px solid #fff }
.anythingSlider .wrapper                { width: 918px; overflow: auto; height: 331px; margin: 0px auto; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 331px; width: 918px; margin: 0; position:relative; background:url(../images/arrow.gif) 570px 110px no-repeat; }
.anythingSlider ul li a 				{ display:block; height:331px; width:918px; outline:none}
.anythingSlider .arrow                  { display: block; height: 331px; width: 70px; text-indent: -9999px; position: absolute; top: 0px; cursor: pointer; }
.anythingSlider .forward                { right: 0px; }
.anythingSlider .back                   { left: 0px; }

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

.anythingSlider img {position:absolute}
