.homeExploreSlider{
	width: 1000px;
	height: 250px;
	position: relative;
}
.iosSlider {
	width: 1000px;
	height: 175px;
	top: 0;
	left: 0;
	overflow: visible;
}

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

.iosSlider .slider .item {
	float: left;
	width: 300px;
	height: 175px;
	
}

.iosSlider .slider .item img {
	height: auto;
}

.homeExploreSlider .prev {
	position: absolute;
	top: 200px;
	left: 907px;
	width: 39px;
	height: 39px;
	background: url(../images/general/left.png) no-repeat;
	z-index: 10;
}

.homeExploreSlider .next {
	position: absolute;
	top: 200px;
	right: 0px;
	width: 39px;
	height: 39px;
	background: url(../images/general/right.png) no-repeat;
	z-index: 10;
}

.homeExploreSlider .next:hover { background: url(../images/general/right-hov.png) no-repeat; }
.homeExploreSlider .prev:hover { background: url(../images/general/left-hov.png) no-repeat; }