div.imagens {
	width: 110px;
	height: 110px;
	/*padding:3px 4px 1px 4px;*/
	/*margin-top: 65px;*/
	/*float: right;*/
	margin: 0 auto;
	background: #5A0145;
	/*min-height: 130px;*/
	padding-top:0px;
	/*overflow: hidden;*/
	position: relative;
	overflow:auto;
	margin-top:20px;
}

div.imagem {
	width: 95px;
	height: 95px;
	/*float: left;*/
	background: #000;
	margin-top: 0;
	padding-top:0;
	overflow: hidden;
	position:relative;
	/*margin-right: 5px;*/
	/*margin-bottom: 5px;*/
	margin-top: 7px;
 	/*-moz-border-radius:10px;
 	-khtml-border-radius:10px;
 	-webkit-border-radius:10px;
 	border-radius:10px;*/
 	border:1px solid #fff;
}

.imagem:hover {
     border: 1px solid pink;
     /*background:url('images/shade.gif') top left no-repeat;*/
     background:url('images/bg.png');
    /*height:120px;
	width: 120px;*/
	/*position:absolute;*/
	opacity:0.4;
	/*filter:alpha(opacity=20)*/

}




















