.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:  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: 100%;
	padding: 6px 0;
	color: #fff;
	text-indent: 10px;
	background: rgba(0,0,0,.6);
	z-index: 2;
	font: 16px/2 "microsoft yahei",arial,tahoma
}

.hislider-pages {
	bottom: 10px;
	right: 10px;
	text-align: right
}

.hislider-pages a {
	height:6px;
	width: 6px;
	margin: 0 4px;
	display: inline-block;
	overflow: hidden;
	text-indent: -100px;
	font-size: 0;
	border-radius: 50%;
	background: #ddd
}

.hislider-pages a.active {
	background: #5472bf
}

.hislider  li img {
	display: block;
	margin: 0 auto;
	width: 100%;
}

#wrap {
	width: 100%;
	min-width: 300px;
	margin: 0px auto 0px;
	background: #fefefe;
}

.hislider {
	overflow: hidden;
	height: auto;
	width: 500px;
	background: #eee;
}

.hislider-item {
	float: left;
max-height:338px;
}

.hislider-btn-prev,.hislider-btn-next {
	display: none !important;
}