#intro {
	width: 980px;
	margin: 0 auto;
}
.wrapper {
	background-color: white;
	width: 980px;
	padding: 200px;
	box-shadow: 0 0 5px #999;
}
.list_carousel {
	width: 960px;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	background-color: #000;
	border: 5px solid #FFF;
	width: 120px;
	height: 175px;
	padding: 0;
	margin: 6px;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}

.clearfix {
	float: none;
	clear: both;
}
.prev {
	float: left;
}
.next {
	float: right;
}
.pager {
	float: left;
	width: 855px;
	text-align: center;
	}
.pager a {
	margin: 0 5px;
	text-decoration: none;
}
.pager a.selected {
	text-decoration: underline;
}
.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}

#base {
	width:855px;
	height:200px;
	float: left;
	margin-left:15px;
}

#prev {
	float: left;
	margin:80px 0 0 20px;
	opacity:0.5;
}

#prev:hover {
	opacity:1;
}

#next {
	float: right;
	margin:80px 0 0 0;
	opacity:0.5;
}

#next:hover {
	opacity:1;
}