.imagesList {
	margin: 0;
	text-align: center;
}

.imagesList li {
	display: -moz-inline-box;
	display: inline-block;
	border: 1px solid #000000;
	/*\*/ vertical-align: top; /**/
	margin: 0 2px 4px 2px;
	width: 229px;
}
/*  Moz */
.imagesList li>div {
	/*\*/ display: table; table-layout: fixed; /**/
	width: 229px;
}

.imagesList .caption {
	display: block;
	padding: 2px 0;
	color: #afb1b3;
	font-size: 1.1em;
	font-weight: bold;
	line-height: 18px;
	background: #141414;
	border-top: 1px solid #364043;
	w\idth: 229px;  /* Moz, IE6 */
}

.imagesList a {
	display: block;
	text-decoration: none;
	cursor: pointer;
}

.imagesList a:hover {
	display: block;
	text-decoration: underline;
	cursor: pointer;
}


.imagesList a.image {
	background: #242424;
}

/*\*/
.imagesList>li .wrimg {
	display: table-cell;
	vertical-align: middle;
	width: 229px;
	height: 210px;
}
/**/
.imagesList li .wrimg {
}
.imagesList img {
	border: 1px solid #7e7e7e;
	vertical-align: middle;
}
.imagesList a:hover {
	background: #141414;
	text-decoration: none;
}
.imagesList a:visited {
	background: #141414;
	text-decoration: none;
}


/*\*//*/
* html .imagesList li .wrimg {
	display: block;
	font-size: 1px;
}
* html .imagesList .wrimg span {
	display: inline-block;
	vertical-align: middle;
	height: 210px;
	width: 1px;
}
/* top ib e hover Op < 9.5 */
@media all and (min-width: 0px) {
	html:first-child .imagesList li div {
		display: block;
	}
	html:first-child .imagesList a {
		display: inline-block;
		vertical-align: top;
	}
	html:first-child .imagesList {
		border-collapse: collapse;
		display: inline-block;
	}
}

.clear {
	clear: both;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	margin-top: -1px;
}