@charset "utf-8";

h1 {
				font-size: 60px;
			}

			.list_carousel {
	width: 95%;
	float: left;
	padding-left: 5px;
	padding-bottom: 20px;
			}
			.list_carousel ul {
	list-style: none;
	display: block;
	/* [disabled]float: left; */
	/* [disabled]width: 100%; */
	margin-left: 31px;
			}
	.list_carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	width: 164px;
	height: 57px;
	display: block;
	float: left;
	padding-top: 5px;
	padding-right: 7px;
	padding-bottom: 10px;
	padding-left: 4px;
			}
			
	.list_carousel li a {
	display: block;
	/* [disabled]border: 1px solid #F00; */
			}
			
	.list_carousel li img {
	-moz-box-shadow: 1px 1px 6px 1px rgba(58,39,34,.4);
	-webkit-box-shadow: 1px 1px 6px 1px rgba(58,39,34,.4);
	box-shadow: 1px 1px 6px 1px rgba(58,39,34,.4);
	
/*	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;*/
			}			
			
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
	.prev {
	float: left;
	background-image: url(../images/arr01.png);
	background-repeat: no-repeat;
	background-position: left 30px;
	height: 100px;
	width: 17px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	margin-top: -90px;
			}

	.prev:hover {
	height: 100px;
	width: 17px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity:0.5
	
			}

	.next {
	float: right;
	background-image: url(../images/arr02.png);
	background-repeat: no-repeat;
	background-position: left 30px;
	height: 100px;
	width: 17px;
	margin-top: -90px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	padding-right: 5px;
			}
	
	.next:hover {
	height: 100px;
	width: 17px;
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5
			}			
			
			.pager {
				float: left;
				width: 300px;
				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;
			}
