@charset "utf-8";
/* CSS Document */
#intro {
	width: 672px;
	margin: 0 auto;
}
.wrapper {
	width: 672px;
}
.list_carousel {
	width: 670px;
	overflow:hidden;
	float:right;
	margin-bottom:15px;

}
.list_carousel ul {
	width:620px;
	margin-left:25px;
	float:left;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel  li {
	width:184px;
	height:330px;
	text-align:center;
	float:left;
	border-radius:5px;
	border:1px solid #d9d9d9;
	margin-left:15px;
	display: block;
}
.list_carousel  li .foto-produto{
	width:174px;
	padding:5px;
	text-align:center;
}
.list_carousel  li .nome-produto{
	padding:5px;
}
.list_carousel  li .bt-detalhes{
	padding:5px 0px 10px 0px;
}

.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.prev2 {
	width:27px;
	height:66px;
	float:left;
	margin:-200px 0px 0px 0px;
	background-image:url(img/prev.jpg);
	background-repeat:no-repeat;
	}
.next2 {
	width:27px;
	height:66px;
	float:right;
	margin:-200px 0px 0px 0px;
	background-image:url(img/next.jpg);
	background-repeat:no-repeat;
	
}
.pager {
	float: left;
	width: 672px;
	text-align: center;
}
.pager a {
	margin: 0 5px;
	text-decoration: none;
}
.pager a.selected {
	text-decoration: underline;
}
.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}
