.flashBox .bd li {
	vertical-align: middle; -ms-zoom: 1;
}
.flashBox .hd {
	left: 45%; height: 15px; bottom: 30px; overflow: hidden; position: absolute; z-index: 1;
}
.flashBox .hd ul {
	overflow: hidden; float: left; -ms-zoom: 1;
}
.flashBox .hd ul li {
	background: rgb(255, 255, 255); width: 35px; height: 15px; text-align: center; line-height: 14px; margin-right: 10px; float: left; cursor: pointer; opacity: 0.7; -moz-opacity: 0.7;
}
.flashBox .hd ul li.on {
	background: rgb(255, 240, 0); color: rgb(255, 255, 255); opacity: 0.7; -moz-opacity: 0.7;
}
.flashBox .prev {
	background: url("/style/css/img/slider-arrow.png") no-repeat -110px 5px; left: -20%; top: 50%; width: 32px; height: 40px; margin-top: -25px; display: block; position: absolute; opacity: 0.5;
}
.flashBox .next {
	background: url("/style/css/img/slider-arrow.png") no-repeat -110px 5px; left: -20%; top: 50%; width: 32px; height: 40px; margin-top: -25px; display: block; position: absolute; opacity: 0.5;
}
.flashBox .next {
	background-position: 8px 5px; left: auto; right: -20%;
}
.flashBox .prev:hover {
	opacity: 1;
}
.flashBox .next:hover {
	opacity: 1;
}
.flashBox .prevStop {
	display: none;
}
.flashBox .nextStop {
	display: none;
}
