body {
	width: 100%;
}

.responsiveHeight {
	height: 420px;
	padding-bottom: 0;
	position: relative;
	overflow: hidden;
}

.responsiveHeight > .inner {
	position: absolute;
	width: 100%;
	height: 100%;
}

.iosSlider {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.iosSlider .slider {
	width: 100%;
	height: 100%;
}

.iosSlider .slider .item {
	float: left;
	width: 1388px;
	height: 100%;
	text-align: center;
}
.iosSlider .slider .item img {
	width: 100%;
}

@media screen and (max-width: 1388px) {
	
	.responsiveHeight {
		height: 0;
		padding: 0 0 30% 0; /* responsive slider height = 40% of the browser width */ /* 1024/400 = 0.39 */
	}
	
	.indicators {
		width: 100%;
	}
	
}

.sliderContainer .slideSelectors {
	position: relative;
	bottom:30px;
	width: 200px;
	margin: 0 auto;
	z-index: 1;
	height: 11px;
}
.sliderContainer .slideSelectors .prev {
	float: left;
	width: 11px;
	height: 11px;
	/*background: url(../images/arrow_left.png) no-repeat 50% 0;*/
}
.sliderContainer .slideSelectors .next {
	float: left;
	width: 11px;
	height: 11px;
	margin: 0 0 0 10px;
	/*background: url(../images/arrow_right.png) no-repeat 50% 0;*/
}
.sliderContainer .slideSelectors .item {
	float: left;
	width: 9px;
	height: 9px;
	background: #aaa;
	margin: 1px 1px 1px 11px;
	/* opacity: 0.25; */
	filter: alpha(opacity=25);
	border-radius: 10px;
}
.sliderContainer .slideSelectors .item.first {
	margin-left: 1px;
}
.sliderContainer .slideSelectors .selected {
	width: 11px;
	height: 11px;
	margin: 0 0 0 10px;
	background: #eee;
	opacity: 1;
	filter: alpha(opacity=100);
	box-shadow: none;
}
.sliderContainer .slideSelectors .selected.first {
	margin-left: 0;
}


.leftbg{ width:502px; height:420px; position:absolute; top:0; background:#fff; left:50%; margin-left:-1195px; z-index:99;opacity: 0.6; filter: alpha(opacity=60);}
.rightbg{ width:502px; height:420px; position:absolute; top:0; background:#fff; right:50%; margin-right:-1195px; z-index:99;opacity: 0.6; filter: alpha(opacity=60);}