
.thumbwrap {
display: inline-block;
		padding: 15px 8px 0 8px;
		margin: 0 auto;
		width: 760px;
}
.thumbwrap li {
	display: -moz-inline-box;  
	display: inline-block;  
	vertical-align: top;  
	margin: 0 7px 15px 7px;
	padding: 0;
}
.thumbwrap a {
	display: block;
	text-decoration: none;
	font-size:9px;
}


.thumbwrap a:hover {
	background-color: #FFFFFF;
	border: #006699;
}
.thumbwrap a img {
	/*border-width: 0;*/
	/*border: 4px solid #999;*/
	vertical-align: bottom;
}
.thumbwrap a span {
	display: block;
	width: 160px;
	w\idth: 152px; /* Moz */
	padding: 4px;
	font-size: 50%;
}
/*\*//*/ * 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;
	}
}

