
/*
    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: 100%; height: 100%; position: relative; margin: 0 auto ; overflow:hidden}
.anythingSlider .wrapper                { width: 100%; height: 100%; overflow: hidden; margin: 0 auto; position: absolute; top: 0; left: 0; }
.anythingSlider .wrapper ul             { width: 99999px; list-style: none; position: absolute; top:0; left:0; margin: 0; }
.anythingSlider ul li                   { width: 100%; height:100%; display: block; float: left; padding: 0; margin: 0;padding-top:0px; }
.anythingSlider .arrow                  { display: block; height: 200px; width: 71px; background: url(/img/main/arrow1.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; border:0px solid #f00}
.anythingSlider .forward                { background-position: 0 0; left: 0px; background-image:url(/img/main/arrow1.png); width:76px; height:126px; top:270px; }
.anythingSlider .back                   { border:0px solid #f00; right:0px; background-image:url(/img/main/arrow2.png); width:76px; height:126px; top:270px; }
.anythingSlider .forward:hover          { }
.anythingSlider .back:hover             { }

/**
#thumbNav                               { position: relative; top: 245px; left:180px; }
#thumbNav a                             { color: #000000; font: 12px/18px verdana, Serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; text-align: center; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; }
#thumbNav a:hover                       { background-image:url(/img/circle.jpg); }
#thumbNav a.cur                         { background: #e0a213; background-image:url(/img/circle_ov.jpg);}
**/
#thumbNav                               { position: absolute; bottom: 30px; right:50px; display:; border:0px solid #f00}
#thumbNav a                             { background-image:url(/new_2017/img/main/cir_off.png); background-repeat:no-repeat; background-position:3px 3px; background-color:; display: inline-block; width:16px; height: 16px; margin: 0 15px 0 0; font-size:1px; }
#thumbNav a:hover                       { background-image:url(/new_2017/img/main/cir_off.png); background-repeat:no-repeat; background-position:3px 3px; background-color: }
#thumbNav a.cur                         { background: ; background-image:url(/new_2017/img/main/cir_over.png); background-repeat:no-repeat; background-position:3px 3px; background-color:}


/*#start-stop                             { background: green;  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
*/
.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; }