﻿.list_carousel {}
.list_carousel ul {
    margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	margin: 10px;
    height:auto;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.list_carousel2 {}
.list_carousel2 ul {
    margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel2 li {
	margin-right: 10px;
    height:130px;
	display: block;
	float: left;
}
.list_carousel2.responsive {
	width: auto;
	margin-left: 0;
}
