@charset "UTF-8";
/* CSS Document */

.container_fotos {
	text-align: center;
	width: 100%;
}
.container_fotos #box {
	text-align: left;
	height: 300px;
	width: 300px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.container_fotos #box img {
	float: left;
	height: 85px;
	width: 85px;
	margin-right: 15px;
	margin-bottom: 15px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.container_fotos #navigatie {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 300px;
	height: 75px;
}
.container_fotos #navigatie .knop {
	text-align: center;
	width: 71px;
	height: 60px;
	float: left;
	display: block;
}
.container_fotos #paginanummering {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 300px;
}
.container_fotos #boxVervolg {
	text-align: left;
	height: 390px;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.container_fotos #boxVervolg img {
	margin-bottom: 5px;
}
