@charset "utf-8";
/* CSS Document */
#intro {
				width: 900px;
				margin: 0 auto;
			}
			.wrapper {
				background-color: white;
				width: 850px;
				margin: 40px auto;
				padding: 50px;
				box-shadow: 0 0 5px #999;
			}
			.list_carousel {
				background-color: #fff;
				margin: 0 auto;
				width: 750px;
			}
			.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: #fff;
				width: 200px;
				height: 120px;
				padding: 0;
				margin: 6px;
				display: block;
				float: left;
			}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.prev {
				float: left;
				margin-left: 5px;
			}
			.next {
				float: right;
				margin-right: 5px;
			}
			.pager {
				float: left;
				width: 660px;
				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;
			}

/* news carousel */
.list_carouselNews {
				background-color: #fff;
				width: 201px;
				/*-moz-border-radius: 4px;
	-webkit-border-radius: 6px;
	border-radius: 4px;*/
	border:3px solid #e5e1de;
	padding-left:29px;
			}
			.list_carouselNews ul {
				margin: 0;
				padding: 0px;
				list-style: none;
				display: block;
			}
			.list_carouselNews li {
				font-size: 12px;
				color: #999;
				text-align: center;
				background-color: #fff;
				width: 201px;
				height: 140px;
				padding: 0;
				margin: 0px;
				display: block;
			}
			.list_carouselNews.responsive {
				width: auto;
				margin-left: 0;
			}
			
/* successInnerPage carousel */
.list_carouselSuccess {
				background-color: #f3ebeb;
				margin: 0 auto;
				width: 170px;
				border-bottom:4px solid #916a6b;
				border-top:4px solid #ac8e97;
				height:120px;
			}
			.list_carouselSuccess ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carouselSuccess li {
				font-size: 12px;
				color: #999;
				text-align: center;
				background-color: #f3ebeb;
				width: 170px;
				height: 100px;
				padding: 0;
				margin: 0px;
				display: block;
				float: left;
			}
			.list_carouselSuccess.responsive {
				width: auto;
				margin-left: 0;
			}

/*inner page customers*/
.list_carouselInner {
				background-color: #fff;
				margin: 0 auto;
				width: 580px;
			}
			.list_carouselInner ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carouselInner li {
				font-size: 40px;
				color: #999;
				text-align: center;
				background-color: #fff;
				width: 150px;
				height: 110px;
				padding: 0;
				margin: 6px;
				display: block;
				float: left;
			}
			.list_carouselInner.responsive {
				width: auto;
				margin-left: 0;
			}
			
			