.iosSlider {
	max-width: 1000px;
	width: 100%;
    height: 100%;
}
			
.iosSlider .slider {
	width: 100%;
	height: 100%;
}
			
.iosSlider .slider .item {
	position: relative;
	top: 0;
	left: 0;
	width: 1000px;
	height: 315px;
	background: #fff;
	margin: 0 0 0 0;
}

.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);
}

.prev{
	position: absolute;
	width: 45px;
	height: 45px;
	margin-top: -190px;
	z-index: 999;
	left: 15px;
}

.next {
	position: absolute;
	width: 45px;
	height: 45px;
	margin-top: -190px;
	right:15px;
	z-index: 999;
}
