
.thumbwrap {

	padding: 6px 6px 0 0px;
	margin: 0;
}
.thumbwrap li {
	display: -moz-inline-box;  
	display: inline-block;  
	vertical-align: top;  
	margin: 0 8px 12px 8px;
	padding: 0;
}
.thumbwrap a {
	display: block;
	text-decoration: none;
}
.thumbwrap a:hover {
	border: #000000;
}
.thumbwrap a img {
	vertical-align: bottom;
}
.thumbwrap a span {
	display: block;
	width: 160px;
	w\idth: 152px; /* Moz */
	padding: 4px;
	font-size: 88%;
}
/*\*//*/ * html .thumbwrap a {
	width: 160px;
}
/* hover Op */
@media all and (min-width: 0px) {
	html:first-child .thumbwrap a {
		display: inline-block;
	}
	html:first-child .thumbwrap li {
		width: 168px;
	}
}


