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

.container-fotos > div{
   position: absolute;
   height: 240px;
   width: 260px;
   -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);  
}
.container-fotos > div:hover{
	opacity:1;
	filter:alpha(opacity=100);
	background-image: url(../images/lupa.png);
	background-repeat: no-repeat;
	background-position-x: 180px;
	background-position-y: 160px;
}

.container-fotos .div-foto {
   width: 260px;
   height: 240px;
   overflow: hidden;
   -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;  
}
.container-fotos .foto:hover{
  	opacity:0.4;
	filter:alpha(opacity=40);
}

.container-fotos .twu-foto-title{
	position: absolute;
	-webkit-border-radius:8px 8px 0 0;
	-moz-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;
	top: 0;
	z-index: 999;
	background: rgba(0,0,0, .6);
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #fff;
	padding:  10px;
}

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