body { 
    font-family:Arial, sans-serif;
}
a img {border:none;}

.clear {clear:both;}
#head {display:none;}
#foot ul {display:none;}
#cntmenu {display:none;}
#foot {border-top:1px solid #000;}
.gallery a {
	position:relative;
	float:left;
	display:block;
	margin:0 11px 16px 0;
	width:148px;
	height:127px;
	color:#fff;
	font-weight:bold;
	font-size:0.75em;
	text-decoration:none;
}
.gallery a:hover {text-decoration:underline;}
.gallery a span {
	display:block;
	position:absolute;
	left:1px;
	bottom:0;
	padding:0 0 0 10px;
	width:134px;
	height:23px;
	line-height:23px;
    background-color:#82858b;
}
.gallery a:hover span {text-decoration:underline;}

