.fotosR,
#maxfotos,
.fotos {
	display: block;
	width: 302px;
	/* height: 300px; Staat uit, omdat de reacties anders niet meer plek krijgen tijdens het zichtbaar worden */
	margin: 20px 10px 15px 0;
	padding: 0;	
	float: left;	
}
.fotosR {
	float: right;
	margin: 20px 0 15px 10px;
}
.fotosR img,
.fotos img {
	border: 1px solid #B81124;	
	width: 300px;
	height: 300px;
	margin: 0;
}

#maxlijst,
.lijst {
	width: 302px;
	height: 17px;
	background: #FFF url(img/fotoNavigatie.gif) top right no-repeat;
}
#maxfotos div,
.fotosR span,
.fotos span {
	display: inline;
	color: #B2B3B5;
	font-style: italic;
	float: left;
	width: 20px;
	height: 17px;
	background: #FFF url(img/fotoNavigatie.gif) top right no-repeat;
	text-align: center;
	padding: 0;
	line-height: 160%;
	
}
.fotosR .maximaliseer,
.fotos .maximaliseer {
	float: right;
	background: transparent url(img/maximaliseer.gif) top right no-repeat;
	cursor: pointer;
	cursor: hand;	
}
#maxfotos .begin,
.fotosR .begin,
.fotos .begin {
	background: #FFF url(img/fotoNavigatieBegin.gif) top right no-repeat;	
}
#maxfotos .loaded,
.fotosR .loaded,
.fotos .loaded {
	color: #B81124;
	font-style: normal;	
	cursor: pointer;
	cursor: hand;
}
#maxfotos .hover,
.fotosR .hover,
.fotos .hover {
	font-weight: bold;
}

/* reacties */
.reactiesContainer {
	margin: -3px 0 0 0;
	padding: 0 0 19px 0;
	width: 302px;
	height: auto;
	display: block;	
}
.reactiesContainer.gesloten .reactiesNavigator,
.reactiesContainer.geopend {
	background: #FFF url(img/fotoNavigatieOnder.gif) right bottom no-repeat;
}
.reactiesContainer.gesloten {
	background: none;
}
.reactiesContainer.geopend .reageerSluit,
.reactiesContainer.geopend .reacties,
.reactiesContainer.gesloten .reageerOpen {
	display: block;
}
.reactiesContainer.gesloten .reageerSluit,
.reactiesContainer.gesloten .reacties,
.reactiesContainer.geopend .reageerOpen {
	display: none;
}
.reactiesContainer a {
	color: #B81124;
}
.reactiesContainer .aantalReacties {
	float: left;
	padding-left: 10px;
}
.reactiesContainer .reageerOpen,
.reactiesContainer .reageerSluit {
	float: right;
	padding-right: 10px;
}
.reactiesContainer.geopend .reactiesNavigator,
.reactiesContainer .reactie,
.reactiesContainer form {
	background: #FFF url(img/fotoNavigatieMidden.gif) left top repeat-y;
}
.reactiesContainer .reactie {
	overflow: hidden;
	width: 302px;
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dashed #B81124;
}
.reactiesContainer .reactie div.reactiedatum {
	font-size: 10px;
	color: #888;
	margin-top: 8px;
}
.reactiesContainer .reactie div.naam {
	display: inline;
	font-style: italic;
}
.reactiesContainer .reactiesNavigator {
	height: 19px;
	margin: 0;
	padding: 1px 0 0 0;	
}
.reactiesContainer .reactie div.reactiePadding {
	margin: 0 10px;
	width: 282px;	
}
.reactiesContainer form {
	width: 302px;
	padding: 10px 0 0 0;
	margin: 0;
}
.reactiesContainer form input,
.reactiesContainer form textarea {
	width: 280px;
	float: none;
	margin-left: 10px;
}
.reactiesContainer form textarea {
	margin-bottom: 10px;
	height: 100px;
}
.reactiesContainer form label {
	text-align: left;
	padding-top: 10px;
	margin-left: 5px;
	width: 282px;
}
.reactiesContainer img {
	width: auto;
	height: auto;
	margin: 5px 0 20px 50px;
	border: 1px solid red;
}