			.list_carousel li .csc-textpic,
			.list_carousel li .csc-textpic-imagewrap,
			.list_carousel li .ce-image,
			.list_carousel li .ce-gallery {
				width: 940px !important;
			}
			
			.list_carousel li .ce-gallery img {
			/* added */	
				height: 448px;
				width: 940px;
				
			}
			
			.list_carousel {
				background-color: #fff;
				width: 940px;
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				color: #999;
				padding: 0;
				display: block;
				float: left;
			}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix {
				float: none;
				clear: both;
			}
			.prev {
				float: left;
				margin-left: 10px;
			}
			.list_carousel .next {
				float: right;
				margin-right: 10px;
			}
			.list_carousel .pager {
				position: absolute;
				float: none;
				bottom: 15px;
				left: 460px;
			}
			.list_carousel .pager a span {
				display: none;
			}
			.list_carousel .pager a {
				margin: 0 5px;
				text-decoration: none;
				height: 9px;
				width: 9px;
				background: url(../images/layout/carousel_button.png) no-repeat;
				float: left;
			}
			.list_carousel .pager a.selected {
				text-decoration: underline;
				background: url(../images/layout/carousel_button_act.png) no-repeat;
			}
			.timer {
				background-color: #999;
				height: 6px;
				width: 0px;
			}