textarea[name="reactie"]
{
	width: 100%;
}

table.fotoboek {
	width: 99%;
	border-collapse: collapse;
}

table.fotoboek td, table.fotoboek_photos td {
	text-align: center;
	width: 33%;
	padding: 3px;
}

table.navigation {
	width: 99%;
}

table.navigation td {
	width: 33%;
}

table.fotoboek tr.image td, table.fotoboek_photos tr.image td {
	vertical-align: bottom;
}

table.fotoboek tr.title td, table.fotoboek_photos tr.title td {
	vertical-align: top;
	padding-bottom: 15px;
	font-size: 10px;
}

table.fotoboek_photos img {
	width: 150px;
	border: 1px outset #8486a1;
}

div.fotoboek_path {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

span.fotoboek_path_current {

}

span.fotoboek_highlight {
	font-weight: bold;
}

div.fotoboek_foto {
	text-align: center;
	margin-top: 5px;
}
.fotoboek_foto img {
	margin-bottom: 20px;
	border: 1px solid #999;
	box-shadow: 0px 3px 7px #666;
	max-width: 90%;
}

.fotoboek_foto img[src*="next.png"], .fotoboek_foto img[src*="previous.png"]
{
	width: 20px;
	height: 16px;
}

div.foto_titel {
	text-align: center;
	margin-top: 15px;
	font-size: 14px;
	font-weight: bold;
	background-color: #E5E5E5;
	border: 1px solid #8486a1;
	border-radius: 4px;
	padding: 3px;
}
.foto_titel .button
{
	margin: 0;
}

div.foto_titel input.text {
	width: 400px;
}

table.slides {
	width: 99%;
}

table.slides td {
	text-align: center;
	vertical-align: middle;
}

table.slides td.slide {
	width: 20%;
}

.slides img.slide
{
	box-shadow: 0px 2px 3px #999;
}

table.slides img.current, table.slides img.slide {
	width: 80px;
	height: 60px;
	border: 1px solid #73ACFF;
}

table.slides img.current {
	border: 2px solid #73ACFF;
	width: 100px;
	height: 75px;
}

div.relative {
	position: relative;
}

table.fotoboek div.admin {
	position: absolute;
	top: 0px;
	width: 150px;
	text-align: right;
}

.prevPhoto img, .nextPhoto img
{
	border: 0 ;
	margin: 0;
	box-shadow:0px 0px 0px transparent;
}

.prevPhoto
{
	float: left;
}
.nextPhoto
{
	float: right;
}

