/** ACCORDION **/
#depoimentos a.red{
	width:570px;
	display: block;
	float:left;
        cursor: pointer;
        margin:5px 0px;
}

#depoimentos div{
    float:left;
    border-bottom:solid 1px #CCC;
}
