/**
 * anythingSlider v1.2
 *
 * 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: 960px; height: 90px; position: relative; }
.anythingSlider .wrapper                { width: 960px; height: 90px; margin: 12px; position: absolute; top: 0; left: 0;}
                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; height:100px; padding:0; }
.anythingSlider ul li                   { float: left; padding: 0; height: 100px; width: 960px; margin: 0; }
/* .anythingSlider .arrow                  { height: 50px; background: url(../images/strzalki.png); margin-top:15px; width: 50px; text-indent: -9999px; position: absolute; cursor: pointer; } */
.anythingSlider .arrow                  { visibility: hidden; display: none; }
.anythingSlider .forward                { background-position: 0 0; right: 0; }
.anythingSlider .forward:hover          { background-position: 0 -50px; }
.anythingSlider .back                   { background-position: -50px 0; left: 0; }
.anythingSlider .back:hover             { background-position: -50px -50px; }

#start-stop                             { visibility: hidden; }

