/* esto es un css base, en los clientes hay otro en /inc/js*/
.thumb-img {
	border-top:1px solid #CCC; border-left:1px solid #CCC; border-bottom:1px solid #AAA; border-right:1px solid #AAA;
	position:relative; 
	width:120px; height:120px;
	margin:5px; padding:4px;
	background:#FFF;
	float:left;
}
.thumb-inner {
	position:relative; overflow:hidden; width:100%; height:100%; 
}
.thumb-inner a{
	display:block;
	text-align:center;
}

.thumb-img img {
	border:0;
	margin: 0 auto;
}

