.container2 {
	/* defaults for resposive height container */
	position: relative;
	width: 80%;
	display: block;
	margin: 0 auto;
	max-width: 960px;
	
/*
	height: 0;

	
	/* 39% being the ratio we are maintaining 
	 * calculated by looking at the image 
	 * ratio: 400/1024 = ~0.39 */
	/*padding: 0 0 39% 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;
}

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

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

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

/* controls */
.container2 .prevContainer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	padding: 0 0 19.5% 0;
	z-index: 10;
}

.container2 .prevContainer .prev {
	position: absolute;
	/*bottom: -10%;*/
	left: 0;
	width: 100%;
	height: 20%;
}

.prev2{

position: absolute;
top: 130px;
left: 0;
width: 20px;
height: 40px;
background: url(../img/slider-buttons.png) no-repeat 0 0;
z-index: 2;

}
.next2 {
position: absolute;
top: 130px;
right: 0;
width: 20px;
height: 40px;
background: url(../img/slider-buttons.png) no-repeat 100% 0;
z-index: 2;
}

.container2 .nextContainer {
	position: absolute;
	top: 0;
	right: 0;
	width: 100px;
	padding: 0 0 19.5% 0;
	z-index: 10;
}

.container2 .nextContainer .next {
	position: absolute;
	/*bottom: -10%;*/
	left: 0;
	width: 100%;
	height: 20%;

}

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

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

.container2 .selectorsBlock .selectors .item {
	position: relative;
	top: 0;
	left: 0;
	float: left;
	width: 16%;
	height: 100%;
	margin: 0 0 0 5%;
	background: #aaa;
}

.container2 .selectorsBlock .selectors .selected {
	background: #333;
}

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