.container {
	/* defaults for resposive height container */
	position: relative;
	width: 100%;
	height: 0;
	
	/* 39% being the ratio we are maintaining 
	 * calculated by looking at the image 
	 * ratio: 400/1024 = ~0.39 */
	padding: 0 0 42% 0;
}
.metroResp{
	padding: 0 0 35% 0;	
}

.iosSlider {
	width: 100%;
	
	/* this height ends up being your maximum height, 
	 * if you want it to scale forever, set it to 
	 * a very high number */
	height: 1500px;
	
}
.iosSlider1 {
	width: 100%;
	
	/* this height ends up being your maximum height, 
	 * if you want it to scale forever, set it to 
	 * a very high number */
	height: 320px !important;
	float:left;
}
.iosSlider1 .slider {
	width:auto;
	height: 100%;
}

.iosSlider1 .slider .item {
	float: left;

	width: 100%;
}
.iosSlider .slider {
	width: 100%;
	height: 100%;
}

.iosSlider .slider .item {
	float: left;

	width: 100%;
	border-bottom:4px solid #e5e5e5;
}
.selectors .item{
	border-radius: 50% !important;	
}

.iosSlider .slider .item img {
	width: 100%;
	height: auto;
}

/* controls */
.container .prevContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	
	padding: 0 0 19.5% 0;
	z-index: 10;
}

.container .prevContainer .prev {
	position: absolute;
	bottom: -10%;
	left: 0;
	width: 100%;
	height: 20%;
	background: #aaa;
}

.container .nextContainer {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	
	padding: 0 0 19.5% 0;
	z-index: 10;
}

.container .nextContainer .next {
	position: absolute;
	bottom: -10%;
	left: 0;
	width: 100%;
	height: 20%;
	background: #aaa;
}

.container .selectorsBlock {
	position: absolute;
	bottom: 2px;
	width: 100%;
	height: 5%;
}

.container .selectorsBlock .selectors {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 auto;
	width: 12%;
	height: 100%;
	border: 2px solid #e5e5e5;
	background: #fff;
}

.container .selectorsBlock .selectors .item {
	position: relative;
	top: 2px;
	left: 0;
	float: left;
	width: 10px;
	height: 60%;
	margin: 2px 4px;
	background: #e5e5e5;
}

.container .selectorsBlock .selectors .selected {
	background: #194c7f;
}

.container .selectorsBlock .selectors .first {
	margin-left: 2px;
}