
#carrossel {
    margin-bottom:30px;
	}


#examples a {color:#aaa ;}
	#examples a:hover {color: #090;text-decoration: underline;}

#examples h3 {margin: 0px 0 5px 0;}




/* example_3 css */
#example_3 {
	position: relative; /* important */
	overflow: hidden; /* important */
	width:720px; /* important */
	height: 240px; /* important */
	background: #FFF;
	margin:20px auto 10px auto;
	text-align:center;
	clear:both;
	margin-left:0px;
}

#example_3_frame {position: relative}
#example_3_previous {float: left;}
#example_3_next {float: right;}
#example_3_content {
	position: absolute;
	top: 0;
	width: 5418px;
	margin-top:60px;
}

#example_3_content li {
	list-style: none;
	margin: 0px 20px;
	padding: 0;
}

#carrossel_bd #example_3 ul li {
		display: block;
		width:98px;
		height:190px;
		float: left;
	    margin: 0px 9px;
		padding: 0px;
		border: 0px solid #666;
		background-color: #FFF;
		text-align:center;
	}

#carrossel_bd #example_3 ul li img {
	display: block;
	text-align:center;	
	border:1px solid #CCC;
	margin:0px auto 10px auto;
}



table#vertical_examples td {
	width: 320px;
	vertical-align: top;
	text-align: center;
}


.accordion_toggler {
	padding: 5px;
	background: #369;
	border-top: 1px solid #69c;
	border-left: 1px solid #69c;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
	color: #fff;
	cursor:auto;
}

.accordion_content {
	background: #fff;
}

#carrossel ul li {
    margin:0px;
	padding:0px;
	}
	
#example_3 a {
    text-decoration:none;
	color:#999999;
	}
	
#example_3 a:hover {
    text-decoration:underline;
	}		
	
	
#example_3 strong {
    display:block;
    font-weight:600;
	color:#333333;
	margin:5px 0px;
	}
	
#example_3 h4 {
    display:block;
	background:url(bg-titulo.jpg) top left no-repeat;
	width:695px;
	height:48px;
	padding:10px 19px 0px 10px;
	text-align:left;
	}	
