.sliderContainer {
	position: absolute;
	width: 100%;
	height: 100%;
}

.iosSlider {
	width: 100%;
	height: 100%;
	background: #aaa;
}

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

.iosSlider .slider .item {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.iosSlider .slider .item img {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

/* ioslider-vert */
.ioslider-vert-container {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 912px;
}
.ioslider-vert {
	position: relative;
	overflow: hidden;
	width: auto;
	height: 912px;
}

.ioslider-vert .next {
	position: absolute;
	bottom: 50%;
	margin-bottom: 20px;
	right: 20px;
	width: 37px;
	height: 63px;
	background: url(../images/gal_bt.png) top center no-repeat;
}

.ioslider-vert .prev {
	position: absolute;
	display: none;
	top: 50%;
	margin-top: 20px;
	right: 20px;
	width: 37px;
	height: 63px;
	background: url(../images/gal_bt.png) bottom center no-repeat;
}

.ioslider-vert .slider {
	width: 100%;
	height: 100%;
}

.ioslider-vert .slider .item {
	float: left;
	width: 100%;
	height: 456px;
}