.fluidHeight {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
}

.sliderContainer {
	height: 100%;
	min-height: 320px;
}

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

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

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

.iosSlider .slider .item img {
	position: relative;
	height: 100%;
}

.slideSelectors {
	width: 100%;
	position: relative;
	top: -30px;
	display: block;
	z-index: 1;
	height: 11px;
}
.slideSelectors .item {
	float: left;
	width: 9px;
	height: 9px;
	background: #fff;
	margin: 1px 1px 1px 11px;
	opacity: 0.5;
	filter: alpha(opacity=25);
	border-radius: 10px;
	
}
.slideSelectors .item .first {
	margin-left: 1px;
}
.slideSelectors .selected {
	width: 11px;
	height: 11px;
	margin: 0 0 0 10px;
	background: #fff;
	opacity: 1;
	filter: alpha(opacity=100);
	box-shadow: none;
}
.slideSelectors .selected.first {
	margin-left: 0;
}