.containerOuter {
	background: #fff;
	height: 750px;
	overflow: hidden;
}

.container {
	position: relative;
	width: 100%;
	height: 750px;
	margin: 0 auto;
	overflow: visible;
}

.container .iosSliderContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 750px;
	margin: 0 0 0 0;
	overflow: visible;
}

.iosSlider {
	position: relative;
	top: 0;
	left: 0;
	overflow: visible;
	width: 100%;
	height: 750px;
}

.iosSlider .slider {
	width: 10000px;
	height: 100%;
}

.iosSlider .slider .item {
	float: left;
	width: 1000px;
	height: 100%;
	padding:0px 10px;
	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;
}

.indicators .selected {
	background: #666;
}

/* controls */
.container .prevContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	z-index: 10;
}

.container .prevContainer .prev {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100px;
	height: 750px;
	background-image:url(../images/previous2.png);
}

.container .nextContainer {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	z-index: 10;
}

.container .nextContainer .next {
	position: absolute;
	left: 0;
	top: 0px;
	width: 100px;
	height: 750px;
	background-image:url(../images/next2.png);
}