.slideShow {

	width: 100%;

	overflow: hidden;

	position: relative;

	}

	.items {

	width: 500px;

	height: 340px;

	overflow: hidden;

	position: relative;

	list-style: none outside none;

	padding: 0;

	margin: 0;

	}

	.items li {

	position: absolute;

	top: 0px;

	left: 0px;

	display: none;

	}

	.items li:first-child {

	display: block;

	}

	.items li img {

	width: 500px;

	height: 340px;

	}

	.pagination {

	float: right;

	list-style: none;

	margin: 0 10px;

	position: relative;

	bottom: 25px;

	}

	.pagination li {

	text-align: center;

	color: #fff;

	float: left;

	width: 20px;

	height: 20px;

	line-height: 20px;

	cursor: pointer;

	margin-right: 5px;

	overflow: hidden;

	background: #000;

	border-radius: 20px;

	}

	.pagination li:hover {

	background: #C20305;

	}

	.pagination li.active {

	background: #C20305;

	}

	.preNext {

	width: 45px;
	height: 100px;

	position: absolute;
	top: 90px;

	background: url(../img/sprite.png) no-repeat 0 0;

	cursor: pointer;
	}

	.pre {

	left: 0;

	}

	.next {

	right: 0;

	background-position: right top;