img{
	border:none;
	}
.list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sliderBox {
	width: 940px;
	overflow: hidden;
	position: relative;
	padding-bottom: 15px;
	margin: auto auto auto -10px;
	height: 640px;
}
.slider {
	width: 920px;
	height: 545px;
	overflow: hidden;
	margin: 0 auto auto auto;
	position: relative;
	margin-top:80px;
	
}
.slider ul {
	overflow: hidden;
	width: 3680px;
	position: absolute;
	left: 0;
}
.slider li {
	display:block;
	white-space:30px;
	float: left;
	width: 920px;
	height:545px; 
}

.slider a {
	overflow: hidden;
	float:left;
}
.slider a:hover {
}

.status {
	margin-top: 10px;
	position: relative\9;
	margin-left:58px;
}
.status li {
	cursor: pointer;
	display: inline-block;
	display:block;
	width:22px;
	height:80px;
	margin: 0 2px;
	float:left;
	font-family:Meiryo, "Meiryo UI", "Microsoft JhengHei UI", "Microsoft JhengHei", sans-serif;
}
.status li a:hover {
	display:block;
	width:90px;
	height:90px;
}
.dIcon {
	text-indent: -9999px;
	position: absolute;
	top: 275px;
	display: block;
	background: url(images/arr.png) no-repeat;
	width: 22px;
	height: 82px;
}
.next {
	right: 0px;
	background-position:top right;
}

.prev {
	left: 0px;
	background-position:top left;
}

.next:hover {
	background-position:bottom right;
}
.prev:hover {
	background-position:bottom left;
} 
