.titulo{ 
cursor: hand;
cursor: pointer;
font: bold 14px Verdana;
margin: 10px 0;
}


.aberto{ /*class added to contents of 2nd demo when they are open*/
	color: #0F0;
}

.fechado{ /*class added to contents of 2nd demo when they are closed*/
	color: #36F;
}#slide {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	
}
#container {
	width: auto;
	margin-right: auto;
	margin-left: auto;
		
}
