@charset "utf-8";
/* CSS Document */


#intro {

}
.wrapper {

}
.list_carousel {
	width: 728px;
	height:120px;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	width: 230px;
	height: 106px;
	padding: 0;
	margin: 3px;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}

.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}

.pagination {
    text-align: center;
}

.pagination a 
	{
	background:url(../imgs/ci22.jpg) no-repeat transparent;
    width: 9px;
    height: 8px;
	margin-left:5px;
	margin-right:5px;
    display: inline-block;
	}

.pagination a.selected {
	background:url(../../imgs/ci2.jpg) no-repeat transparent;
    cursor: default;
}

.pagination a span {
    display: none;
}



.list_carousel3 {

	height:80px;
}
.list_carousel3 ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel3 li {
	font-size: 40px;
	color: #999;
	text-align: center;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 3px;
	display: block;
	float: left;
}
.list_carousel3.responsive {
	width: auto;
	margin-left: 0;
}