/*
    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                         { width: 760px; height: 360px; position: relative; margin: 0 auto 50px auto; }
.anythingSlider .wrapper                { width: 680px; overflow: auto; height: 341px; margin: 0 40px; position: absolute; top: 0; left: 0;border-right:10px solid #333;border-left:10px solid #333; }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #ccc; border-top: 12px solid #333; border-bottom: 12px solid #333; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 317px; width: 680px; margin: 0; border-right:5px solid #000;}
.anythingSlider .arrow                  { display: block; height: 61px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 125px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 -60px; right: -47px; }
.anythingSlider .back                   { background-position: -67px -59px; left: -27px; }
.anythingSlider .forward:hover          { background-position: 0 -261px; }
.anythingSlider .back:hover             { background-position: -67px -260px; }

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