div.footer {
	margin-top: 0.5em;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #888;
	display: block;
	clear: both;
	font-size:11pt;
}

.footer table { font-size:14;}

ul.gallery {
	padding:0;
	margin:0;
	margin-left:auto;
	margin-right:auto;
	width:640px;
	height:480px;
	position:relative;
	background:url("../images/stoelcover640.png");
	background-repeat: no-repeat;
	text-align:center;
	}
	
.gallery li {
	list-style-type:none;
	background-repeat: no-repeat;
	position: absolute;
	border: 2px solid white;
}

.gallery a {
	width:80px;
	height:60px;
	display: block;
	text-decoration:none;
	}

.gallery a img, .gallery a:visited img{
	display:none;
}

.gallery a:hover img {
	position: absolute;
	display: block;	
}

	                                                
