/* jquery.hiSlider.css */

* {
	margin: 0;
	padding: 0;
}

body {
	font: 14px/2 'Microsoft YaHei', 'Arial';
}

li {
	list-style: none;
}

li img {
	display: block;
	margin: 0 auto;
}

#wrap {
	width: 100%;
	margin: 0 auto;
	background: #fefefe;
}

.hiSlider {
	overflow: hidden;
	width: 750px;
	/*  height:100%; */
	background: #eee;
}

.hiSlider img {
	width: 100%;

}

.hiSlider-item {
	float: left;
}

.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: 100%;
	padding: 6px 0;
	color: #fff;
	text-indent: 10px;
	background: rgba(0, 0, 0, .6);
	z-index: 2;
	font: 14px/2 "Microsoft YaHei", "Arial", "Tahoma"
}

.hiSlider-pages {
	position: absolute;
	bottom: 6px;
	right: 147px;
	text-align: center;
}

.hiSlider-pages a {
	height: 0.15rem;
	width: 0.15rem;
	margin: 0 0.06rem;
	display: inline-block;
	overflow: hidden;
	text-indent: -100px;
	font-size: 0;
	border-radius: 50%;
	background: #dedde3;
}

.hiSlider-pages a.active {
	background: #c69e6b;
}
