div.depoimentos_youtube {
	background-image: url(../imagens/carregando_video.gif);
	background-position: center;
	background-repeat: no-repeat;
	float: left;
	margin-right: 19px;
	margin-bottom: 20px;
}

hr.depoimentos {
	clear: both;
}


ul.depoimentos {
	list-style: none;
	margin-left: 0;
}

ul.depoimentos li {
	margin-bottom: 6px;
}

ul.depoimentos li div {
	margin-top: 6px;
}

ul.depoimentos li a {
	padding-left: 18px;
	font-weight: bold;
	background-image: url(../imagens/bullet_blue.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: black;
}



ul.depoimentos_botoes {
	list-style: none;
	text-indent: -10000px;
	margin-left: 0;
}

ul.depoimentos_botoes li {
	display: inline;
}

ul.depoimentos_botoes li a {
	display: block;
	float: left;
	height: 70px;
	width: 185px;
}

ul.depoimentos_botoes li.videos a {
	background-image: url(../imagens/botao_emvideo.jpg);
}

ul.depoimentos_botoes li.textos a {
	margin-left: 30px;
	background-image: url(../imagens/botao_emtexto.jpg);
}

ul.depoimentos_botoes li.textos_ativo a {
	background-image: url(../imagens/botao_emtexto_ativo.jpg) !important;
}

ul.depoimentos_botoes li.videos_ativo a {
	background-image: url(../imagens/botao_emvideo_ativo.jpg) !important;
}

div.depoimentos_conteudo {
	clear: both;
	padding-top: 30px;
}


div.depoimentos_conteudo_textos {
	display: none;
}

div.depoimentos_conteudo_videos {
	display: none;
}
