			.list_carousel {
				float:left;
				margin: 0;
				width: 960px;
				padding:0 0px 0 0px;
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				text-align: center;
				width: 220px;
				height: 300px;
				border:5px solid #fff;
				padding: 0;
				margin: 5px;
				display: block;
				float: left;
				overflow:hidden;
				background: #fff;
				position:relative;
			}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.prev {
				margin:120px 0 0 0px;
				float: left;
				display:block;
				width:45px;
				height:81px;
				background:url(../images/cLeft.png) no-repeat;
				cursor:pointer;
			}
			.next {
				margin:120px 0 0 0;
				float: left;
				display:block;
				width:45px;
				height:81px;
				background:url(../images/cRight.png) no-repeat;
				cursor:pointer;
			}
			.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;
			}