
.thumbwrap li {
	display: -moz-inline-box;
	display: inline-block;
	/*\*/ vertical-align: top; /**/
	padding: 0;
	margin: 2em 5.5em 4em 3em;
	margin: 2em 5.5em 2em 3em;
	background: none;
}

.thumbwrap li>div {
	/*\*/ display: table; /**/
	margin: 0;
	padding: 0;
	width: 13.6em;
	width: 230px;
	

}
.thumbwrap a {
	display: block;
	text-decoration: none;
	color: #000;
	cursor: pointer;

	
}
/*\*/
.thumbwrap>li .wrimg {
	display: table-cell;
	vertical-align: middle;
	
	width: 13.6em;
	width: 230px;
	/*height: 199px;
	height: 67px;*/

}
/**/
.thumbwrap img {

	vertical-align: top;
	
}
/*.thumbwrap a:hover {
	background-color: #dfd;
}*/
/*\*//*/
* html .thumbwrap li .wrimg {
	display: block;
	font-size: 1px;
}
* html .thumbwrap .wrimg span {
	display: inline-block;
	vertical-align: middle;
	height: 199px;
	height: 67px;
	width: 1px;
}
/**/
.thumbwrap .caption {
	display: block;
	padding: .5em 0;
	font-size: .9em;
	line-height: normal;
	/*w\idth: 189px;   Moz, IE6 */
	/*w\idth: 13.9em;   Moz, IE6 */
	w\idth: 230px;  /* Moz, IE6 */

}

@media all and (min-width: 0px) {
	html:first-child .thumbwrap a {
		display: inline-block;
		vertical-align: top;
	}
	html:first-child .thumbwrap {
		border-collapse: collapse;
		display: inline-block; 
	}
}



