.iosSlider {
    width: 100%;
    height: 264px;
}
@media screen and (min-device-width : 375px) and (max-device-width : 667px) {
    .iosSlider {        
        height: 170px;
    }
}
.iosSlider .slider {
    width: 100%;
    height: 100%;
}
.iosSlider .slider .item {
    float: left;

    width: 100%;
}

.iosSliderButtons {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 200px;
	height: 10px;
}

.iosSliderButtons .button {
	float: left;
	width: 9px;
	height: 9px;
	background: #999;
	margin: 0 10px 0 0;
	opacity: 0.25;
	filter: alpha(opacity:25);
	border: 1px solid #000;
}

.iosSliderButtons .selected {
	background: #000;
	opacity: 1;
	filter: alpha(opacity:100);
			}