/*
    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: 386px; height: 60px; position: relative; float: right; margin-right:0px; margin-top:130px; border-top: 1px solid #d4d4d4 }
.anythingSlider .wrapper                { width: 348px; overflow: auto; height: 60px; position: absolute; top: 0; left: 15px; }
.anythingSlider .wrapper ul             { width: 9950px; list-style: none; position: absolute; top: 0; left: 0; background: none; margin: 0; padding: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0 0 0 0; height: 60px; width: 174px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 50px; width: 19px; background: url(arrows.png) no-repeat 0 0; text-indent: -9950px; position: absolute; top: 5px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 -101px; left: 0px; top: 0px; }
.anythingSlider .back                   { background-position: -21px -101px; right: 0px; top: 0px; }
.anythingSlider .forward:hover          { background-position: 0 -101px; }
.anythingSlider .back:hover             { background-position: -21px -101px; }

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

* html .anythingSlider {
	display: inline;
}