
ul.thumb {
	list-style: none;
	width: 600px;
	margin-left:295px;
	margin-top:110px;
	position:absolute;
	font-family:verdana;
	font-size:12px;
}

ul.thumb li {
	margin: 0;
	padding: 5px;
	float: left;
	position: relative;
	width: 210px;
	height: 85px;
}

ul.thumb li img {
	width: 150px; 
	height: 65px;
	border: 1px solid #ddd;
	padding: 5px;
	background: #f0f0f0;
	position: absolute;
	left: 0; 
	top: 0;
	
}

ul.thumb li img.hover {
	margin-top:15px;
	background:url(thumb_bg.png) no-repeat center center;
	border: none;
}

.title{
	position:absolute;
	width:240px;
	height:35px;
	margin:100px;
	font-weight:900;
	background:url(barra_nome.png) no-repeat center center;
	padding:20px 0 0 0;
	text-align:center;
	color: #fff;
}