* {-moz-box-sizing:border-box}
.fotogalerij {
	position:relative;
	width:600px;
	height:380px;
	min-height:380px;
}
.fotorij{
	position:relative;
	width:600px;
}
.rowDivider{
	position:absolute;
	height:10px;
	min-height:10px;
}
.foto{
	width:100px;
	min-width:100px;
	float:left;
	height: 110px;
	min-height:110px;
	text-align: center;
	margin-right:10px;
	margin-top:10px;
	
}

.navigatie{
	position:absolute;
	width:600px;
	min-width:600px;
}
.blue {color:#4281af;}

img
{
 border-color: #666666;
} 
