.list_carousel {
				width: 360px;
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				font-size: 40px;
				color: #999;
				text-align: center;
				width: 70px;
				height: 70px;
				padding: 0;
				margin: 6px;
				display: block;
				float: left;
			}
            
            .list_carousel li a {display:block;}
            .list_carousel li span {display:block; font-size:.3em; line-height:1em; padding:0 0 5px; text-align:center;}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.prev {
				float: left;
				margin-left: 10px;
			}
			.next {
				float: right;
				margin-right: 10px;
			}
			.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;
			}
            
           @media screen and (max-width: 1199px) {
          .list_carousel li span {font-size:.27em;}
           }
            
           @media screen and (max-width: 979px) {
          .list_carousel li span {font-size:.23em;}
           }
           @media screen and (max-width: 600px) {
          .list_carousel li span {font-size:.2em;}
           }
            
            