/* thumb preview page styles */
/*
*
*
The CSS for the thumbnail previews is thanks to 
http://www.brunildo.org/test/img_center.html
*
*
*/
#thumbs {
	width: 510px;
	height: 100%;
	min-height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-color: #822113;
}
html>body #container #thumbs {
	height: auto;
}

.thumbplacement {
	padding: 90px 8px 0 8px;
	margin: 0;
}
.thumbplacement li {
	display: -moz-inline-box;
	display: inline-block;
	/*\*/ vertical-align: top; /**/
	margin: 0 0 15px 0;
	padding: 0;
}
* html .thumbplacement li {
	display: inline;
	width: 121px;
	w\idth: 119px;
}
.thumbplacement li>div {
	/*\*/ display: table; /**/
	width: 119px;
}
.thumbplacement a {
	display: block;
	text-decoration: none;
	color: #D2CDAC;
	background-color: #822113;
	cursor: pointer;
}
/*\*/
.thumbplacement>li .wrimg {
	display: table-cell;
	vertical-align: middle;
	width: 119px;
	height: 99px;
}
/**/
* html .thumbplacement li .wrimg {
	display: block;
	font-size: 1px; 
}
.thumbplacement li .wrimg {
}
.thumbplacement img {
	border: solid 2px #49130C;
	vertical-align: middle;
}
.thumbplacement a:hover {
	background-color: #5B180F;
}
.thumbplacement .wrimg span {
	display: none;
}
* html .thumbplacement .wrimg span {
	display: inline;
	d\isplay: inline-block;
	vertical-align: middle;
	height: 99px;
}
* html .thumbplacement .wrimg>span {
	w\idth: 1px;
}
.thumbplacement .caption {
	display: block;
	padding: 5px 5px;
	font-size: 11px;
	line-height: 1.1;
}
/* Moz */
.thumbplacement a>.caption {
	width: 109px;
}
/*\*/
* html .thumbplacement .caption {
	height: 1px;
}
* html .thumbplacement {
	display: inline-block;
}
* html .thumbplacement {
	display: inline;
	height: 1px;
}
@media all and (min-width: 0px) {
	.thumbplacement * {
	}
	.thumbplacement a {
		display: inline-block;
		vertical-align: top;
	}
	.thumbplacement {
		display: inline-block; 
	}
}



