.iosSliderContainer {
	position: relative;
	top: 10px;
	left: 0;
	width: 100%;
	margin: 0 0 0 0;
	overflow:hidden;
	
}

.iosSlider {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

}

.iosSlider .slider {
	width: 10000px;
	height: 100%;
}

.iosSlider .slider .item {
	float: left;
	height: 100%;
}

.iosSlider .slider .item1 {
	background: #fff;
}

.iosSlider .slider .item2 {
	background: #fff;
}

.iosSlider .slider .item3 {
	background: #fff;
}

.iosSlider .slider .item4 {
	background: #fff;
}

.iosSlider .slider .item5 {
	background: #fff;
}

.iosSlider .slider .item img {
	width: 100%;
}

.indicators {
	position: relative;
	top: 205px;
	left: 0;
	width: 1000px;
	height: 10px;
	margin: 0 auto;
	z-index: 10;
}

.indicators .item {
	float: left;
	width: 8px;
	height: 8px;
	margin: 0 5px 0 0;
	border: 1px solid #000;
	border-radius:50%;
}

.indicators .selected {
	background: #666;
}

.selectorsBlock {
	position: absolute;
	bottom: 10px;
	width: 100%;
	height: 5%;
}

.selectorsBlock .selectors {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
	width: 12%;
	height: 100%;
}

.selectorsBlock .selectors .item {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 10px;
	border-radius:50%;
	height: 10px;
	margin: 0 0 0 5%;
	background: #aaa;
}

.selectorsBlock .selectors .selected {
	background: #06F;
}

.selectorsBlock .selectors .first {
	margin-left: 0;
}