.list_carousel {
				margin: 0px;
				width: 898px;
			}
			.list_carousel ul {
				background-color: #FFFFFF;
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				font-size: 10px;
				color: #999;
				text-align: center;
				background-color: #FFFFFF;
				width: 130px;
				height: 140px;
				padding: 0;
				margin: 0px;
				display: block;
				float: left;
				margin-left:7px;
				margin-right:6px;
			}

			.caroufredsel_wrapper {
				float: left;
			}
			.prev {
				float: left;
				background-color: #d0d0d0;		
				width:20px;
				height: 140px;
			}
			.next {
				float: right;
				background-color: #d0d0d0;
				width:20px;
				height: 140px;
			}
			.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;
			}