.acomoda {
	border: none;
   position: relative;
   width:auto;
   margin:10px 0 0 0;/* superior direito inferior esquerdo */
}

.acomoda > div{
   position: absolute;
   height: 160px;
   width: 200px;
   -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0 2px 8px rgba(0,0,0,.6);
	-moz-box-shadow: 0 2px 8px rgba(0,0,0,.6);
	box-shadow: 0 2px 8px rgba(0,0,0,.6);  
}
.acomoda > div:hover{
	opacity:1;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	background-image: url(../images/lupa.png);
	background-repeat: no-repeat;
	background-position-x: 120px;
	background-position-y: 80px;
}

.acomoda .div-foto {
   width: 200px;
   height: 160px;
   overflow: hidden;
   -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;  
}
.acomoda .foto:hover{
  	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

.acomoda > .ss-placeholder-child {
   background: transparent;
   border: none;
   -webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}