.fullSlide {
	width:692px;
	position:relative;
	height:364px;
	background:#000;
	margin-left:230px;
	margin-top:10px
}
.fullSlide .bd {
	margin:0 auto;
	position:relative;
	z-index:0;
	width:100%;
}
.fullSlide .bd ul {
	width:100% !important;
}
.fullSlide .bd li {
	width:692px !important;
	height:364px;
	overflow:hidden;
	text-align:center;
	background-position:center;
	background:no-repeat;
}
.fullSlide .bd li a {
	display:block;
	height:100%;
}
.fullSlide .hd {
	width:100%;
	position:absolute;
	z-index:1;
	bottom:10px;
	left:0;
	height:20px;
	line-height:30px;
}
.fullSlide .hd ul {
	text-align:center;
}
.fullSlide .hd ul li {
	cursor:pointer;
	display:inline-block;
	*display:inline;
	zoom:1;
	width:65px;
	height:6px;
	margin:0 5px;
	overflow:hidden;
	background:#000;
	filter:alpha(opacity=50);
	opacity:0.5;	
	line-height:999px;
}
.fullSlide .hd ul .on {
	background:#fc6;
}
.fullSlide .prev,.fullSlide .next {
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	margin-top:-40px;
	left:1%;
	z-index:1;
	width:65px;
	height:68px;
	background:url(/images/static/nav.png) 0px 0px no-repeat; /*可以在此加箭头背景*/
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
}
.fullSlide .next {
	left:89.5%;
	background-position:0 -84px;
}
.fullSlide .next:hover {
	background-position:0 -255px;
}
.fullSlide .prev:hover
{
	background-position:0 -170px;
}
