#container {
	position: relative;
	/*z-index: 1000;*/
	width: 796px;
	padding: 0px;
	/*border-right: 1px solid #1c1c1c;*/
	margin: auto;
	text-align: left;
}
.thumbnailContainer {
	width: 796px;
	border-top: 1px solid #ccc;
	margin-top: 2px;
	display: none;
	height: 0px;
	overflow: hidden;
	background-color:#9A2E11;
	text-align:center;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	color:#CCCCCC;
}
.thumbnailContainer a{ color:#FFFFFF; text-decoration:none;}
.thumbnailContainer a:hover{ text-decoration:underline;}
.thumbnailContainer .clipper { margin: 9px 0 0 0;}

.thumbnailContainer img {
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 5px 4px;*/
}
#foot { font-family:Tahoma; font-size:11px; color:#7A8F92; padding:4px; height:796px; height:15px; background-color:#E3E3D9; margin-top:2px;}
.left {	float: left;}
.right {float: right; color:#7A8F92;}
#foot a:hover { color:#000;}
#images { display: none;}