.list_carousel_news {
	width: 260px;
	border:0px solid #000000;
}

.list_carousel_news ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel_news li {
	text-align:left;
	border:0px solid #999;
	width:260px;
	height:260px;
	padding:0;
	margin:0px 0px 0px 0px;
	display:block;
	float:left;
}
.list_carousel_news.responsive {
	width: auto;
	margin-left: 0;
}



