body, html { 
	margin: 0;
	padding: 0;
	border: 0;
	color: #444; 
	width: 415px;
	height: 350px;
	overflow: hidden;	
}


p {}
td {}
a:link, a:visited, a:active { 
	color: #333;
	text-decoration: none;
	display: block;
	font-style: italic;
}
a:hover { 
	color: #f33;
	text-decoration: none;
}
:focus {
	border: 0;
	-moz-outline: 0;
}



#foto {
	margin: 11px 0 0 7px;
	top: -500px;
	position: absolute;
	overflow: hidden;
}
#text {
	position: absolute;
	width: 401px;
	top: 285px;
	top: -285px;
	left: 7px;
	font: normal 11px/161% "Lucida Grande", Arial, Helvetica, sans-serif;
	text-align:	center;
	
}
#count, #volgende, #vorige {
	position: absolute;
	top: 327px;
	font: normal 11px/161% "Lucida Grande", Arial, Helvetica, sans-serif;
	color:#999;
	text-decoration: none;
	width: 133px;
	
}
#count {
	text-align:	center;
	left: 141px;
}
#volgende {
	right: 7px;
	text-align:	right;
	top: -327px;
}
#vorige {
	left: 7px;
	text-align:	left;
	top: -327px;
}
a#volgende:hover, a#vorige:hover {
	color: #111;
	
}