#footer {
	text-align:center;
}
.fullSlide {
	width:663px;
	position:relative;
	height:395px;
	background:#000;
}
.fullSlide .bd {
	width:663px;
	height:395px;
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullSlide .bd ul {
	width:100% !important;
}
.fullSlide .bd li {
	width:100% !important;
	height:395px;
	float:left;
	overflow:hidden;
	text-align:center;
}
.fullSlide .bd li a {
	display:block;
	height:395px;
	margin:0px; padding:0px;
}
.fullSlide .hd { width:100%; position: absolute; bottom: 10px; text-align: center; font-size:0; z-index:1; }

.fullSlide .hd li{list-style:none;margin: 0 5px; background: url(/img/qh1.png) no-repeat 0 -17px; height: 16px; overflow: hidden; width: 20px; cursor: pointer;
		display:inline-block; *display:inline; zoom:1;  _background: url(/img/qh1.png) no-repeat 0 -17px;line-height: 50px;}

*html .fullSlide .hd li{list-style:none;margin: 0 5px; background: url(/img/qh2.png) no-repeat 0 -17px; height: 16px; overflow: hidden; width: 20px; cursor: pointer;
		display:inline-block; *display:inline; zoom:1;  _background: url(/img/qh2.png) no-repeat 0 -17px;line-height: 50px;	}


.fullSlide  .hd .on{ background-position:0 0; }

.fullSlide .prev,.fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:15%;
	z-index:1;
	width:40px;
	height:60px;
	background:url(/img/slider-arrow.png) -126px -137px #000 no-repeat;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
	display:none;
}
.fullSlide .next {
	left:auto;
	right:15%;
	background-position:-6px -137px;
}
