body {
	text-align: center;
}
.thumbwrap {
	border: 1px solid #006600;
	padding: 15px 8px 0 8px;
	background-color: #eee;
	margin: 0;
}
.thumbwrap li {
	display: -moz-inline-box;
	display: inline-block;
	/*\*/ vertical-align: bottom; /**/
	margin: 0 7px 15px 7px;
	border: 1px solid #006600;
	padding: 0;
}
/*  Moz: NO border qui altrimenti difficolta' con width, table altrimenti problemi a text resize (risolubili con refresh) */
.thumbwrap li>a {
	/*\*/ display: table; /**/
	width: 159px;
}
.thumbwrap a {
	display: block;
	text-decoration: none;
	color: #006600;
	background-color: #F5F5DC;
	cursor: pointer;
	padding-top: 13px;
}
.thumbwrap img {
	border: solid 1px #006600;
	vertical-align: bottom;
}
.thumbwrap a:hover {
	background-color: #dfd;
}
.thumbwrap .caption {
	display: block;
	padding: .3em 5px;
	font-size: .9em;
	line-height: 1.1;
	w\idth: 149px;  /* Moz, IE6 */
}
/* top ib e hover Op */
@media all and (min-width: 0px) {
	.thumbwrap li {
		vertical-align: top;
	}
	.thumbwrap li a {
		display: inline-block;
		vertical-align: top;
	}
	.thumbwrap {
		display: inline-block; /* non deve avere margin */
	}
}

