﻿.list_carousel
{
	
	margin: 0 0 30px 60px;
	width: 360px;
}
.list_carousel ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li
{
	font-size: 14px;
	color: #262626;
	text-align: center;
	/*background-color: #eee;
	border: 1px solid #999;*/
	width: 217px;
	height: auto;
	padding: 0;
	margin: 6px;
	display: block;
	float: left;
	font-weight:bold;
}
.list_carousel li img
{
    border:1px solid #E2E2E2;
    width:217px;
    height:158px;
    border-radius:4px;
    margin-bottom:5px;
}
.list_carousel.responsive
{
	width: auto;
	margin-left: 0;
	height: 215px;
}
.clearfix
{
	float: none;
	clear: both;
	
}