/* CSS Document */



.thumbwrap {
	padding: 0;
	margin: 0;
	/*text-align: center;*/
	width: 100%;
	
}
.thumbwrap li {
	/*display: -moz-inline-box;*/
	display: inline-block;
	/*\*/ vertical-align: top; /**/
	margin: 0 1.2em 0 0;
	padding: 0;
	text-align: center;
	padding-top: 1.8em;
	background: none;
	
}


/*  Moz: NO border qui altrimenti difficolta' con width, table altrimenti problemi a text resize (risolubili con refresh) */
.thumbwrap li>a {
	/*\*/ display: table; /**/
	width: 180px;
	border: none; 
}
.thumbwrap a {
	display: block;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	padding: 0;
	margin: 0;
	border: none; 
	background: #eceff3;
}


.thumbwrap .caption {
	color: #d5d5d5;
	display: block;
	/*padding: 0 0 .5em 0;*/
	font-size: .9em;
	line-height: 1.1;
	w\idth: 180px;  /* Moz, IE6 */
}



/*\*/
.thumbwrap>li .wrimg {
	display: table-cell;
	vertical-align: middle;
	width: 180px;
	height: 180px;
	padding-top: 6px;
}
/**/
.thumbwrap img {
	vertical-align: middle;
}
.thumbwrap a:hover {
	background-color: #dee3eb;
}
/*\*//*/
* html .thumbwrap li .wrimg {
	display: block;
	font-size: 1px;
}
* html .thumbwrap .wrimg span {
	display: inline-block;
	vertical-align: middle;
	height: 181px;
	width: 1px;
}
/**/










/* top ib e hover Op */
/*@media all and (min-width: 0px) {


	.thumbwrap li {
		vertical-align: top;
		text-align: center;
	}
	.thumbwrap li a {
		display: inline-block;
		vertical-align: top;
		
	}
	.thumbwrap {
		display: inline-block; 
	}
}*/

