/* The containing box for the gallery. */
#fotogalary {
	width:740px;
}

/* Removing the list bullets and indentation */
#fotogalary ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
#fotogalary li {
	margin: 3px;
	float:left;
	width:360px;
	height:285px;
	text-align: center;
	font-size: 10px;
}
/* de hoogte van portrait is iets meer ... */
#fotogalary li.portrait {
	height: 375px;
}
#fotogalary img {
	border: 1px solid Black;
	text-align: left;
	vertical-align: middle;
}
/* container voor de links behorenden bij de foto's. */
#fotolinks {
	width:740px;
}
/* Removing the list bullets and indentation */
#fotolinks ul {
	padding:0px;
	margin:0;
	list-style-type:none;
}
#fotolinks li {
	float:left;
	width:245px;
}
