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

.container > div{
   position: absolute;
   height: 400px;
   width: 260px;
   text-align: center;
   -webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/*
	-webkit-box-shadow: 0 2px 10px rgba(0,0,0,.4);
	-moz-box-shadow: 0 2px 10px rgba(0,0,0,.4);
	box-shadow: 0 2px 10px rgba(0,0,0,.4);  
	*/
}

.container > div:hover{
	opacity:0.9;
	filter:alpha(opacity=90);
	background-image: url(../images/mais.png);
	background-repeat: no-repeat;
	background-position-x: 180px;
	background-position-y: 110px;
}

.container .foto {
   width: 360px;
   height: auto;
   -webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0; 

}
.container .twu-div-foto{
	width:260px;
	height:200px;
	overflow: hidden;	
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 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;
}