/*----------------------------------------------------------------------------------------------------------------------------------*/
#slider{width:100%;float: right;height:auto;background: #fff;box-shadow: 0  1px 4px rgba(0,0,0,.4);position: relative;overflow: hidden;}
#slider_img{height:auto;z-index: 1;}
#slider_img img{height:auto;width: 100%;}
#slider_img a{display: none;}
#slider #prev{display:none;position: absolute;width: 19px;height: 33px;top:300px;right: 15px;background: url(/ayek/BannerSliderNavigator2/images/arrow_slider.png) no-repeat;background-position: 0 -33px;cursor: pointer;z-index: 2;}
#slider #next{display:none;position: absolute;width: 19px;height: 33px;top:300px;left: 15px;background: url(/ayek/BannerSliderNavigator2/images/arrow_slider.png) no-repeat;background-position: 0 0; cursor: pointer;z-index: 2;}
#slider_navigator{width: 100%;height: 35px;z-index: 2;position: absolute;bottom: 0;text-align: center;}
#slider #slider_navigator ul{height: 100%;padding: 0;margin: 0 auto;width: fit-content;}
#slider #slider_navigator ul li{width:15px;height:15px;float: right;list-style: none;border-radius: 100%;display: block;margin: 5px 10px;background: rgba(0,0,0,.5);}
#slider #slider_navigator ul li a{width: 100%;height: 100%;font-size: 13px;cursor: pointer;display: block;text-align: center;line-height: 45px;color: #fff;border-radius: 100%;}
#slider #slider_navigator .active > a{position: relative; background:#af8604;color: #000;}
@media(max-width:480px){
	#slider_navigator {height: 25px;}
	#slider #slider_navigator ul li {width:14px;height:14px;}
}