.list_carousel { 
				position:relative;
				margin: 00px 0px 0px 0px;
				padding: 0px;
				width: 980px;
				height: 112px;
				display: none;
}
.list_carousel ul {
				margin: 0px ;
				padding: 0;
				list-style: none;
				display: block;
}
.list_carousel li {
				position:relative;
				border: 0px solid #999;
				height: 112px;
				padding: 0;
				margin-left: 0px;
				margin-right: 2px;
				margin-bottom: 12px;
				display: block;
				float: left;
}
.list_carousel div.slide {
	position: relative;
	width: 160px; height: 120px;
}
.list_carousel div.slide div {
}

.list_carousel div.slide p {
	
}
.list_carousel div.slide p {
	color: #000000;
	margin: 0;
}			
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
a.prev, a.next {
	background: url(../layout/miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 33px;
	z-index:101;
}
a.prev {			left: -42px;
					background-position: 0 0; }
a.prev:hover {		background-position: 0 -50px; }
a.prev.disabled {	background-position: 0 -100px !important;  }
a.next {			right: -42px;
					background-position: -50px 0; }
a.next:hover {		background-position: -50px -50px; }
a.next.disabled {	background-position: -50px -100px !important;  }
a.prev.disabled, a.next.disabled {
	cursor: default;
}
a.prev span, a.next span {
	display: none;
}			
.carousel_caixa_imagem {
	position: absolute; 
	top:00px; 
	left:0px; 
	display: block; 
	height:112px; 
	width:150px;
	text-align: center;
}
.slide_spacer {
	position: relative;
	width: 3px; height: 112px;
}
.slide_spacer2 {
	position: relative;
	width: 0px; height: 112px;

}

/* depoimentos */

.list_carousel2 { 
				position:relative;
				margin: 00px 0px 0px 0px;
				padding: 0px;
				width: 1000px;
				height: auto;
				display: block;
}
.list_carousel2 ul {
				margin: 0px ;
				padding: 0;
				list-style: none;
				display: block;
}
.list_carousel2 li {
				position:relative;
				border: 0px solid #999;
				height: auto;
				padding: 0;
				margin-left: 0px;
				margin-right: 0px;
				display: block;
				float: left;
}
.list_carousel2 div.slide2 {
	position: relative;
	width: 1000px; height: 150px;
	
}
.list_carousel2 div.slide2 div {
}

.list_carousel2 div.slide2 p {
	
}
.list_carousel2 div.slide2 p {
	color: #000000;
	margin: 0;
}			
.list_carousel2.responsive {
	width: auto;
	margin-left: 0;
}
a.prev2, a.next2 {
	background: url(../layout/miscellaneous_sprite.png) no-repeat transparent;
	width: 45px;
	height: 50px;
	display: block;
	position: absolute;
	top: 33px;
	z-index:101;
}
a.prev2 {			left: -22px;
					background-position: 0 0; }
a.prev2:hover {		background-position: 0 -50px; }
a.prev2.disabled {	background-position: 0 -100px !important;  }
a.next2 {			right: -22px;
					background-position: -50px 0; }
a.next2:hover {		background-position: -50px -50px; }
a.next2.disabled {	background-position: -50px -100px !important;  }
a.prev2.disabled, a.next.disabled {
	cursor: default;
}
a.prev2 span, a.next2 span {
	display: none;
}
