/* Gallery page style */
#container{
	height: 210px;

	padding: 0px;
	top: 140px;
	position: absolute;
	z-index: 2;
	margin-left: 160px;
	left: 60px;
}
.thumblock{
	float: left;
	border: 1px solid #191919;
	margin: 5px;
	position: relative;
	text-align: center;
	height: 165px;
	padding: 35px 0px 0px;
	width: 162px;}
.thumblock img {
	border: 1px solid #000000;
	position: static;
	float: none;
	margin: 0px;}
.pictname{
	color: #969696;
	text-align: left;
	width: 160px;
	position: absolute;
	border: 0px none;
	float: left;
	clear: none;
	height: 20px;
	left: 0px;
	bottom: -30px;
	font-size: 80%;
	font-family: "Geneva CY", Arial, sans-serif;}

