#fotobox {
	margin: auto;
	text-align: center;
	
	display: inline-block;
}

#fotobox a img {
	width:  410px;
	height: 273px;

	display: inline-block;
	border: 1px solid black;
}

.gallery_div_hor {
	width: 18px;
	display: inline-block;
}

.gallery_div_ver {
	height: 18px;
}

.right {
	float: right;
}