/*
    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: 700px; height: 880px; position: relative; margin: 70px auto 100px auto; }
.anythingSlider .wrapper                { width: 700px; overflow: auto; height: 870px; margin: 0 0px; position: absolute; top: 0; left: 0;border:2px solid #333;}
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #fff; margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 880px; width: 700px; margin: 0; border-right:5px solid #000;}
.anythingSlider .arrow                  { display: block; height: 28px; width: 38px; background: url(../images/arrows.gif) no-repeat 0 0; text-indent: -9999px; position: absolute; top: -35px; cursor: pointer; }
.anythingSlider .forward                { background-position: -70px 0px; right: 0px; }
.anythingSlider .back                   { background-position: 0px 0px; left: 0px; }
.anythingSlider .forward:hover          { background-position: -70px -49px; }
.anythingSlider .back:hover             { background-position: 0px -49px; }
.anythingSlider .arrow2                  { display: block; height: 28px; width: 38px; background: url(../images/arrows.gif) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 885px; cursor: pointer; }
.anythingSlider .forward2                { background-position: -70px 0px; right: 0px; }
.anythingSlider .back2                   { background-position: 0px 0px; left: 0px; }
.anythingSlider .forward2:hover          { background-position: -70px -49px; }
.anythingSlider .back2:hover             { background-position: 0px -49px; }

/*
  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; }