/* CSS Document */

body {
	background-color: #000000;
	color: #ffff00;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 16px;
	padding: 0;
}
.thumbwrap {
	border: 1px solid #000000;
	padding: 15px 8px 0 8px;
	background-color: #000000;
	margin: 0;
}
.thumbwrap li {
	display: -moz-inline-box;
	display: inline-block;
	/*\*/ vertical-align: bottom; /**/
	margin: 0 7px 15px 7px;
	border: 1px solid #000000;
	padding: 0;
}
/* IE/Win width qui per avere anchor ok su img in 5.0 \*/
* html .thumbwrap li {
	display: inline;
	width: 201px;
	w\idth: 199px;
}
/*  Moz: NO border qui altrimenti difficolta' con width, table altrimenti problemi a text resize (risolubili con refresh) */
.thumbwrap li>a {
	/*\*/ display: table; /**/
	width: 199px;
}
.thumbwrap a {
	display: block;
	text-decoration: none;
	color: #000;
	background-color: #000000;
	cursor: pointer;
	padding-top: 13px;
}
.thumbwrap img {
	border: solid 1px #000000;
	vertical-align: bottom;
}
.thumbwrap a:hover {
	background-color: #000000;
}
.thumbwrap .caption {
	display: block;
	padding: .3em 5px;
	font-size: .9em;
	line-height: 1.1;
}
/* Moz */
.thumbwrap a>.caption {
	width: 189px;
}
/*\*/
* html .thumbwrap .caption {
	height: 1px;
}
* html .thumbwrap {
	display: inline-block;
}
* html .thumbwrap {
	display: inline;
	height: 1px;
}
/* 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 */
	}
}