.textFoto{
	float:left;
	width:100%;
	text-align:justify;
}
#galerias{
	float:left;
	width:100%;
}
#galerias li{
	position:relative;
	list-style:none;
	float:left;
	width:172px;
	padding-bottom:13px;
	margin-top:30px;
	color:#FFF;
}
#galerias li .link{
	z-index:9;
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	top:0px;
	left:0px;
}
#galerias li .img{
	list-style:none;
	float:left;
	width:146px;
	height:110px;
	overflow:hidden;
	margin:12px 0 0 13px;
}
#galerias li .nome{
	float:left;
	width:120px;
	height:18px;
	overflow:hidden;
	margin:9px 0 0 13px;
}
#galerias li .totFot{
	float:left;
	width:120px;
	overflow:hidden;
	font-size:10px;
	margin:0px 0 0 13px;
}
#galerias li .lupaBox{
	position:absolute;
	display:block;
	bottom:15px;
	right:15px;
	width:22px;
	height:22px;
	background:url(../_imgs/lupa.png);
}
#voltarProd {
    float: left;
    margin-bottom:15px;
    width: 100%;
}
#voltarProd #back {
    color: #FFFFFF;
    display: block;
    float: right;
    font-weight: bold;
    height: 22px;
    text-align: center;
    text-decoration: none;
    width: 60px;
}
.nadaEncontrado {
	text-align:center;
	font-weight:bold;
	color:#F00;
}