.list_carousel {
	width: 650px;
	position: relative;
	margin: 0 10px;
	padding: 0;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	overflow:hidden;
	height: 120px;
	list-style: none;
	display: block;
}
.list_carousel li {
	text-align: justify;
	padding: 0;
	margin: 0 15px;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.list_carousel .arrows {
	top: 0;
	position: absolute;
	z-index: 2;
	right: 0px;
	height: 5px;
	width: 100%;
}
#timer1 {
	height: 2px;
	position: relative;
	background-color: #B00F17;
	display: none;
}
.prev {
	width:20px;
	height:270px;
	background:url(../images/mais-a.png) no-repeat center;
	position:absolute;
	left:-10px;
	cursor:pointer;
	z-index:2;
}
.next {
	float: right;
	width:20px;
	height:270px;
	background:url(../images/mais-b.png) no-repeat center;
	position:absolute;
	right:-10px;
	cursor:pointer;
	z-index:2;
}
