

.thumbwrap {
	/*text-align: center;*/
	padding: 0;
	margin: 0;
	margin-top: 1em;
	width: 100%;
}

.thumbwrap li {
	display: -moz-inline-box;
	display: inline-block;
	/*\*/ vertical-align: top; /**/
	margin: 0 9px 15px 0;
	border: 1px solid #a9a9a9;
	padding: 0;
	background: #fff;
	position: relative;	
	width: 14.8em;
	width: 111px;
}



.thumbwrap li>div {
	/*\*/ display: table; /**/
	width: 14.8em;
	width: 111px;
}

.thumbwrap a {
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #fff;
	cursor: pointer;
	padding: 0 0 0 0;
	width: 14.8em;
	width: 111px;
	margin: 0;

}

.thumbwrap .lupa {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 31px;
	height: 27px;
	background: url(/img/lupa.png) no-repeat;
}


/*\*/
.thumbwrap>li .wrimg {
	/*display: table-cell;*/
	vertical-align: middle;
	width: 14.8em;
	width: 111px;
	text-align: center;
	padding: 5px 0 5px 0;
	margin: 0;
	display: block;
	
}
/**/
.thumbwrap img {
	border: 1px solid #a9a9a9;
	vertical-align: middle;

}
.thumbwrap a:hover {
	/*background-color: #c3daea;*/
}
/*\*//*/
* html .thumbwrap li .wrimg {
	display: block;
	font-size: 1px;
}
* html .thumbwrap .wrimg span {
	display: inline-block;
	vertical-align: middle;
	width: 1px;
}
/**/
.thumbwrap .caption {
	display: block;
	font-size: 75%;

	padding: 0;
	margin: 0;


}

.thumwrap .caption span {
	margin: 0;	
	padding: 0;
}


.thumbwrap .caption p {
	font-weight: bold;	
}

.thumbwrap .caption ul li {
	background: none;
	margin: 5px 0;	
}

/* top ib e hover Op < 9.5 */
@media all and (min-width: 0px) {
	html:first-child .thumbwrap a {
		display: inline-block;
		vertical-align: top;
	}
	html:first-child .thumbwrap {
		border-collapse: collapse;
		display: inline-block; /* non deve avere margin */
	}
}

