@charset "utf-8";
/* CSS Document */

.list_carousel {
	/* background-color:#ccc;
	margin:0 0 30px 60px;
	width:360px; */
}

.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

.list_carousel li {
	/* font-size:40px;
	color:#999;
	text-align:center;
	background-color:#eee;
	border:5px solid #999;
	width:50px;
	height:50px;
	padding:0;
	margin:6px; */
	display:block;
	float:left;
}

.list_carousel.responsive {
	width:auto;
	margin-left:0;
}

.html_carousel {
}

.html_carousel div.slide {
	position:relative;
	/* float:left; */ /* when direction left or right */
}	

/* .html_carousel div.slide img {
	width:100%;
	height:100%;
} */

.clearfix {
	float:none;
	clear:both;
}