.container {
	height: 570px;
	width: 736px;
	margin: -285px 0 0 -368px;
	top: 50%; left: 50%;
	position: absolute;
}
ul.thumb {
	list-style: none;
	margin-left: 15px; padding:0;
	width: 555px;
}
ul.thumb li {
	margin-left: 0px; padding:5px;
	float: left;
	position: relative;
	width: 101px; /* 36 = 47px */
	height: 70px; /* 36 = 68px */
}
ul.thumb li img {
	width: 91px; height: 60px; /* 36 = 42px e 63px */
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; top: 0;
	-ms-interpolation-mode: bicubic; 
}
ul.thumb li img.hover {
	background:url(thumb_bg.png) no-repeat center center;
	border: none;
}
ul.thumb li.page {clear:both; width:400px;}
#main_view {
	padding:8px 0 0 0;
	margin:0 auto 10px;
	text-align:center;
	background: #f0f0f0;
	border: 1px solid #ddd;
}
#main_legenda {
	padding:5px;
	font-size:11px;
	text-align:left;
}

