#slider {
    overflow: auto;
	position: relative;	
	-ms-touch-action: none;
	width:559px; 
	margin-left:20px;	
	height:277px;
}

.SliderMobile .SliderImage {max-width:100%;min-width:559px;height:auto;border:none;}   

#slider .SliderImage {max-width:100%;min-width:559px;height:auto;border:none;}   

.as-prev-arrow, .as-next-arrow {
	background: url(Images/MainSlider/sipky.png) no-repeat;
	filter: alpha(opacity=20);
	height: 48px;
	opacity: 0.2;
	top:110px;
	overflow: hidden;
	position: absolute;
	text-indent: 100%;	
	white-space: nowrap;
	width: 27px;
	z-index: 1;
}

.as-prev-arrow {
	left: 5px;
}

.as-next-arrow {
	background-position: -27px 0;
	right: 5px;
}


#slider:hover .as-arrows a {
	filter: alpha(opacity=100);
	opacity: 1;
}

.as-nav {
	margin:0px auto;
	z-index: 1;
	width:190px;
	text-align:center;
	margin-top:5px;
	margin-bottom:10px;
}

.as-nav a {
	background: url(Images/MainSlider/puntik-na.png) no-repeat;
	height: 15px;
    display: inline-block;
	margin: 0 3px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 15px;
}

a.as-active, .as-nav a:hover {
    background: url(Images/MainSlider/puntik-a.png) no-repeat;
}
 
 
