#wrap{width:100%; min-width:320px;background: #fefefe;margin-bottom: 40px; position:relative;} 
.hiSlider{overflow: hidden; height:100%; width:100%; background: #eee; cursor: pointer;}
.hiSlider-item{float: left; }
.hiSlider img{width: 100%;height:100%;}
.hiSlider-pages,.hiSlider-title {
	position:absolute;
	z-index:3
}
.hiSlider-btn-prev,.hiSlider-btn-next {
	position:absolute;
	z-index:5;
	top:50%;
	height:30px;
	width:30px;
	background:url(../images/hislider-arrow.png) no-repeat;
	margin-top:-15px;
	text-indent:-200px;
	overflow:hidden;
	opacity:.6;
	filter:alpha(opacity:60)
}
.hiSlider-btn-prev {
	left:10px
}
.hiSlider-btn-next {
	right:10px;
	background-position:-30px 0
}
.hiSlider-btn-prev:hover,.hiSlider-btn-next:hover {
	opacity:1;
	filter:alpha(opacity:100)
}
.hiSlider-title {
	bottom:0;
	width:78%;
	padding:6px 0;
	color:#fff;
	text-indent:10px;
	background:rgba(0,0,0,0.6);
	background:#000;
	opacity: 0.6;
	z-index:2;
	font:14px/2 "Microsoft YaHei",Arial,Tahoma;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.hiSlider-pages {
	bottom:0;
	right:0;
	text-align:right;
	width: 22%;
	background: #000;
	opacity: 0.6;
	padding: 10px 0;
	position: absolute;
}
.hiSlider-pages a {
	height:8px;
	width:8px;
	margin:0 3px;
	display:inline-block;
	overflow:hidden;
	text-indent:-100px;
	font-size:0;
	border-radius:50%;
	background:#fff;
	opacity: 0.5;
}
.hiSlider-pages a.active {
	background:#fff;
	opacity: 10;
}
