/*
    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:400px; height:290px; position: relative; }
.anythingSlider .wrapper                {width: 400px; overflow: auto; height: 240px; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             {width: 9999px; list-style: none; position: absolute; top: 0; left: 0; background: #DADBD6; }
.anythingSlider ul li                   {float: left; height: 240px; width: 400px}
.anythingSlider .slide-content          {padding:20px 40px 0 40px}
.anythingSlider .arrow                  {display: block; height: 35px; width: 20px; background: url(https://multiprotekt.ru/wp-content/themes/twentyten/images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 100px; cursor: pointer; outline:none}
.anythingSlider .forward                {background-position: right 0; right: -20px; display:none; }
.anythingSlider .back                   {background-position: 0 0; left: -20px; display:none; }
.anythingSlider .forward:hover          {background-position: right -35px; display:none; }
.anythingSlider .back:hover             {background-position: 0 -35px; display:none; }

#thumbNav                               {position: relative; display:none; top: 240px; text-align: left; height:1%}
#thumbNav a                             {color: #333; font-size:12px; padding:3px 8px; margin-right:3px; background: #eee; text-decoration:none; display:block; float:left; }
#thumbNav a:hover                       {background: #ccc; }
#thumbNav a.cur                         {color: #000; background: #ccc; }

#start-stop                             {background: #ccc; color: #333; padding:3px 8px; position: absolute; right: 0; top: 240px; font-size:12px; text-decoration:none; display:none; }
#start-stop.playing                     {background: #eee; display:none; }

.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; }
