.list_carousel {
				
		height: 120px;
			}
			.list_carousel ul {
				margin: 0;
				padding: 0;
				list-style: none;
				display: block;
			}
			.list_carousel li {
				color: #fff;
				text-align: center;
				border: 0px ;
				padding: 0;

				display: block;
				float: left;
			}
			.list_carousel.responsive {
				width: auto;
				margin-left: 0;
			}
			.clearfix-caro {
				float: none;
				clear: both;
			}
