/* slider container */
div.main_image .iosSlider{
	/* required */
	background: #e6e6e6;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 584px;
	z-index:10;
}

/* slider */
div.main_image .iosSlider .slider{
	/* required */
	width: 100%;
	height: 100%;
}

/* slide */
div.main_image .iosSlider .slider .slide{
	/* required */
	float: left;

	width: 100%;
	height: 584px;
	text-align:center;
}

/* indicators */
div.main_image .indicators_wrap{
	width:250px;
	position: relative;
	left:0;
	bottom:0;
	margin:0 auto;
	z-index:100;
}

div.main_image .indicators{
	width: 100%;
	margin: 15px auto 0;
	text-align: center;
}

div.main_image .indicators .item{
	display: inline-block;
	cursor: pointer;
    margin: 0 0 0 8px;
	padding:5px 0;
}

div.main_image .indicators .item span{
	display:block;
    width: 12px;
    height: 12px;
	background: #ddd;
    border-radius: 10px;
}

div.main_image .indicators .item span:hover{
	background: #999;
}

div.main_image .indicators .item.selected span{
	display:block;
    width: 12px;
    height: 12px;
	background: #3962ad;
	border:none;
}

div.main_image .prev{
	background: url(../../images/index/slider/slide_l.png) left top no-repeat;
	position: absolute;
	top:2px;
	left:0;
	cursor: pointer;
    height: 18px;
    width: 18px;
}

div.main_image .next{
	background: url(../../images/index/slider/slide_r.png) left top no-repeat;
	position: absolute;
	top:2px;
	right:0;
	cursor: pointer;
	height: 18px;
    width: 18px;
}
.slider .slide.name_change img{ width: 1500px;}