#slides {
	display: block;
	width: 100%;
	height: 445px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}
#slides li {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute
}
#slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px
}
#pagination {
	display: block;
	list-style: none;
	position: absolute;
	left: 50%;
	top: 560px;
	z-index: 9900;
	margin: 0
}
#pagination li {
	display: block;
	list-style: none;
	width: 16px;
	height: 7px;
	float: left;
	margin-left: 3px;
	background: #a1a2a3
}
#pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}
#pagination li.current {
	background: #108ad7
}
/*   右侧焦点图   */
.bannerbox {
	width: 310px;
	height: 135px;
	overflow: hidden;
	margin-bottom: 5px;
}
#focus {
	width: 310px;
	height: 135px;
	clear: both;
	overflow: hidden;
	position: relative;
	float: left;
}
#focus ul {
	width: 310px;
	height: 135px;
	float: left;
	position: absolute;
	clear: both;
	padding: 0px;
	margin: 0px;
}
#focus ul li {
	float: left;
	width: 304px;
	height: 129px;
	overflow: hidden;
	position: relative;
	padding: 0px;
	margin: 0px;
	border: 1px solid #e8e8e8;
	padding: 2px;
}
#focus .preNext {
	width: 19px;
	height: 135px;
	position: absolute;
	top: 0px;
	cursor: pointer;
	z-index: 9999;
}
#focus .pre {
	left: 0;
	background: url(../images/sprite.png) no-repeat left center;
}
#focus .next {
	right: 0;
	background: url(../images/sprite1.png) no-repeat right center;
}
