.container {
    height: 0;
    min-height: 200px !important;
    margin: 0 auto !important;
    max-width: 1180px !important;
    overflow: hidden !important;
    padding: 0 0 39%;
    position: relative;
    width: 100%;
}

.iosSlider {
	width: 100%;
	height: 1500px;
	overflow: visible !important;
}

.iosSlider .slider {
	width: 100%;
	height: 100%;
	overflow:visible !important;
}

.iosSlider .slider .item {
	float: left;
	width: 100%;
	overflow:visible !important;
}

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

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

.container .prevContainer .prev {
    background: #000 url('../images/arrow_prev.gif') no-repeat top left;
    bottom: -50%;
    height: 39px;
    left: 0;
    position: absolute;
    text-indent: -10000px;
    width: 39px;
}

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

.container .nextContainer .next {
    background: #000 url('../images/arrow_next.gif') no-repeat top left;
    bottom: -50%;
    height: 39px;
    right: 0;
    position: absolute;
    text-indent: -10000px;
    width: 39px;
    background-position: 0 0;
}

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

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

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

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

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