 #fullImgBox{
	width:100%;
	height:362px;
	overflow:hidden;
	border-bottom:1px solid #ccc;}
.fullImgSlide {
	width:100%;
	position:relative;
	height:362px;
	/* background:#000; */
}
.fullImgSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	overflow:hidden;
}
.fullImgSlide .bd ul {
	width:100% !important;
}
.fullImgSlide .bd li {
	width:100% !important;
	height:362px;
	overflow:hidden;
	text-align:center;
}
.fullImgSlide .bd li a {
	display:block;
	height:362px;
}
.fullImgSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	height:30px;
	line-height:30px;
}
.fullImgSlide .hd ul {
	text-align:center;
}
.fullImgSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:15px;
	height:5px;
	margin:5px;
	overflow:hidden;
	background:#FFF;
	filter:alpha(opacity=50);
	opacity:0.5;
	line-height:999px;
}
.fullImgSlide .hd ul .on {
	background:#375c81;
}
.fullImgSlide .prev,.fullImgSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-30px;
	left:15%;
	z-index:1;
	width:40px;
	height:60px;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
	display:none;
}
.fullImgSlide .next {
	left:auto;
	right:15%;
	background-position:-6px -137px;
}