.fullSlide {
	background: rgb(0, 0, 0); width: 100%; height: 100%; position: relative;
}
.fullSlide .bd {
	margin: 0px auto; overflow: hidden; position: relative; z-index: 0;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	background-position: center; width: 100% !important; height: 354px; text-align: center; overflow: hidden;
}
.fullSlide .bd li a {
	height: 354px; display: block;
}
.fullSlide .hd {
	left: 0px; width: 100%; height: 30px; bottom: 0px; line-height: 30px; position: absolute; z-index: 1;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	background: rgb(0, 0, 0); margin: 1px; width: 42px; height: 11px; line-height: 999px; overflow: hidden; display: inline-block; cursor: pointer; -ms-zoom: 1; opacity: 0.5;
}
.fullSlide .hd ul .on {
	background: rgb(255, 0, 0);
}
.fullSlide .prev {
	background: url("../images/slider-arrow.png") no-repeat -126px -137px rgb(0, 0, 0); left: 15%; top: 50%; width: 40px; height: 60px; margin-top: -30px; display: none; position: absolute; z-index: 1; cursor: pointer; opacity: 0.5;
}
.fullSlide .next {
	background: url("../images/slider-arrow.png") no-repeat -126px -137px rgb(0, 0, 0); left: 15%; top: 50%; width: 40px; height: 60px; margin-top: -30px; display: none; position: absolute; z-index: 1; cursor: pointer; opacity: 0.5;
}
.fullSlide .next {
	background-position: -6px -137px; left: auto; right: 15%;
}
