.gallery {
    position:relative;
    padding-top:6px; 
	position: relative;
    width:183px;
    height:178px;
    background-image:url(../images/box.png);
	background-repeat:no-repeat;
	float:left;
    margin-top:10px;
	padding-top:40px;
}

.dados {
 position:absolute;
 width:160px;
 height:40px;
 bottom:15px;
 left:10px;
 padding-top:4px;
 background-image:url(../images/dados.png);
 background-repeat:no-repeat;
/* background-color: #fff;
 filter: alpha(opacity=50, style=0);
 -moz-opacity: 50%; */
}

.maisdetalhes {
 position:absolute;
 width:24px;
 height:24px;
 bottom:0px;
 right:5px;
}


.gallery a:hover img {
	border-color: #990000;
}

.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 5px;
}

.gallery em {
	background: #fff;
	color: #000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-style: normal;
	padding: 2px 2px 0 30px;
	display: block;
	position: absolute;
	top: 20px;
	left: 5px;
	border: 1px solid #999;
}
.gallery a {
	text-decoration: none;
}
.gallery span {
	width: 30px;
	height: 60px;
	display: block;
	position: absolute;
	top: 7px;
	left: 19px;
	background: url(../images/paper-clip-mini.png) no-repeat;
	z-index: 3;
}

