@charset "utf-8";
/* CSS Document */

.list_carousel {
	/*margin: 0 0 30px 60px;*/
	margin: 0 auto;
	width: 360px;
	position:relative;
}
.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;
	width: 210px;
	height: 158px;
	padding: 3px;
	margin: 0 20px;
	display: block;
	float: left;
	/*box-shadow:0px 0px 8px #999;*/
}
.list_carousel.responsive {
	width: 100%;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}

#destaque-clientes{
	margin:30px 0 0 0;	
}

#destaque-clientes .prev {
	position:absolute;
	display:block;
	width: 15px;
	height:33px;
	top:55%;
	left: 0;
	background: url(../images/prev.png) center center no-repeat;
}


#destaque-clientes .next {
	position:absolute;
	display:block;
	width: 15px;
	height:33px;
	top:55%;
	right: 0;
	background: url(../images/next.png) center center no-repeat;
}
.pager {	
	width:100%;
	text-align: center;
}
.pager a {
	margin: 0 5px;
	text-decoration: none;
	display:inline-block;
	width:8px;
	height:8px;
	border:1px solid #c6db64;
}
.pager a.selected {
	background:#c6db64;
}
.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}


