body, html { margin: 0; padding: 0; background: #ccc; text-align: center; font-family: arial; }





.thumbs {
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: auto;
	width: 300px;
}
.thumbs li { list-style: none; float: left; margin: 5px; padding: 3px; background: #eee; -moz-box-shadow: 0 0 4px #444; -webkit-box-shadow: 0 0 2px #000; }
.thumbs li a { }
.thumbs li img { display: block; }
.thumbs li a img { border: none;}

#cycle {
	margin: 0;
	padding: 0;
	width: 370px;
	height: 280px;
	
	
	background-image: url(fundo.png);
}
#cycle li { position: relative; list-style: none; margin: 0; width: 370px; height: 280px; overflow: hidden; }
#cycle li div {
	position: absolute;
	
	width: 370px;
	background: black;
	color: white;
	font-size: 12px;
	opacity: .8;
}