.container {
	border: none;
   position: relative;
   width:auto;
   margin:10px 0 0 0;
}

.container > div{
   position: absolute;
   height: 400px;
   width: 260px;
   overflow: hidden;
   -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	text-align: center;
}
.container > div:hover{
	opacity:0.9;
	filter:alpha(opacity=90); /* For IE8 and earlier */
}

.container .foto {
   -webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;  
}
.container .foto:hover{
  	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

.container > .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;
}