/*
    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         { position: relative;min-height: 400px;height: auto !important;height: 400px;}
.slider_termopor        { position: relative;min-height: 260px;height: auto !important;height: 260px;}
.izolacijanapod       { position: relative;min-height: 210px;height: auto !important;height: 260px;}
.wrapper                { width: 420px; overflow: auto; height: 100%; margin: 20px 23px 0 23px; position: absolute; top: 0; left: 0; }
.wrapper ul             { width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
.wrapper ul li          { display: block; float: left; padding: 0 20px; width: 380px; margin: 0; }
.arrow                  { display: block; height: 49px; width: 22px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 40%; cursor: pointer; }
.forward                { background:url(../images/next.png) no-repeat scroll 0 0; right: 0;}
.back                   { background:url(../images/back-f.png) no-repeat scroll 0 0 ; left: 0px;}

#thumbNav               { bottom:0;position:absolute;right:20px;}
#thumbNav a             {color: #000000; font: 11px/18px Georgia, Serif; padding: 3px 5px; margin: 0 5px 0 0; background: #cacaca; text-align: center;}
    

#thumbNav a.cur                         { background: #333; color: #ffffff;}
#start-stop                             {display: none; background: green; background-image: url(../images/cellshade.png); background-repeat: repeat-x; color: white; padding: 2px 5px; width: 40px; text-align: center; position: absolute; right: 45px; top: 323px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#start-stop.playing                     { background-color: red; }
#start-stop:hover                       { background-image: none; }

/*
  Prevents
*/
.wrapper ul li ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; padding: 0 0 0 20px;}
.wrapper ul li ul li       { clear : both; height: auto; width: auto; background: none; padding: 3px 0;list-style-type: disc;display: list-item;}
