﻿/*
    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: 570px; height: 250px; position: relative; margin: 0 0 42px 0; background: url(../images/bg.jpg) no-repeat top left}
.anythingSlider .wrapper                { width: 502px; overflow: auto; height: 225px; margin: 25px 34px 0; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0 10px; height: 200px; width: 482px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 120px; width: 30px; background: url(../images/arrows.jpg) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: 0px;}
.anythingSlider .back                   { background-position: -30px 0; left: 0px;}
.anythingSlider .forward:hover          { background-position: 0 -120px; }
.anythingSlider .back:hover             { background-position: -30px -120px; }
.anythingSlider p						{ font-size: 11px; line-height: 16px; margin: 0; padding: 0;}
.anythingSlider img						{ margin: 0; padding: 0;}

/*
  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; }
