ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.slider_box { margin: 0px auto; width:988px; height: 807px;overflow: hidden;}
.k{	height: 807px; width:988px; 
	overflow: hidden;}
.silder_con {
	height: 807px; width:988px; 
	overflow: hidden;
	position: absolute;
	top: 0px;
}
.silder_panel {width:988px; height: 807px; overflow: hidden; float: left; position: relative; }
.silder_nav {
	width: 100px;
	height: 58px;
	bottom: 0px;
	overflow: hidden;
	position: absolute;
	left: 430px;
}
.silder_nav li { margin: 2px; padding: 0px; background-color:#fff; float: left; border-radius:10px;}
.silder_nav li.current {background-color:#fff; }
.silder_nav li { width: 16px; height: 16px; overflow: hidden; display: block; }
a.prev {
	background: url("../images/left.png") no-repeat;
	margin: 150px 0px 0px;
	width: 44px;
	height: 44px;
	text-indent: -999px;
	overflow: hidden;
	display: block;
	position: absolute;
	cursor: pointer;
	top: 190px;
	left: -50px;
}
a.next {
	background: url("../images/right.png") no-repeat;
	margin: 150px 0px 0px;
	width: 44px;
	height: 44px;
	text-indent: -999px;
	overflow: hidden;
	display: block;
	position: absolute;
	cursor: pointer;
	top: 190px;
	right: -50px;
}
