/* ------------------------------------------------------------------------- Fotoalbum */

#content #fotoboek {width: 720px; margin: 0 0 0 28px; padding: 0px 15px 0 0px; }

#content .album {
	margin: 20px 13px 0px 0px;
	width: 129px;
	height: 138px;
	cursor: pointer;
	float: left;
	display: inline;
	text-align: center;
	overflow: hidden;
}

#content .album .foto {
	margin: 0px;
	width: 125px;
	height: 110px;
	float: left;
	display: inline;
}

#content .album img {
	width: 125px;
	height: 110px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #adadad;
}

#content .album .text {
	margin: 0px 5px;
	width: 125px;
	height: 55px;
	display: inline;
	float: left;
}

#content .album .text h3 {	width: 170px; height: 18px; overflow: hidden; }
#content .album .description {width: 125px; margin-left: 7px; height: 26px; line-height: 26px; color: #dadada; overflow: hidden;}
#content .thumb {
	padding: 0px;
	margin: 20px 14px 20px 0px;
	width: 125px;
	height: 110px;
	cursor: pointer;
	float: left;
	font-size: 0px;
	line-height: 0px;
	border: 1px solid #adadad;
}

#content .breadcrumb{
	width: 700px;
	border-bottom: 1px solid;
	padding: 0px 0px 5px 0;
	color: #adadad;
}

#content .breadcrumb a:link, #content .breadcrumb a:visited {text-decoration: underline; border-bottom: 0px solid; color: #adadad;}
#content .breadcrumb a:hover{text-decoration: underline; color: #7c7c7c;}

#content .thumb img{
	margin: 0px;
}

#fotoboek .thumb a, #fotoboek .thumb img {
	border: 0px;
}

#fotoboek .pic {
	margin: 0px auto;
	width: 125px;
	height: 110px;
	background: url(pics/nopic.gif) center top no-repeat;
}

#nav {
	margin: 15px 0 0 0;
	width: 700px;
        color: #adadad;
	border-top: 1px solid #adadad;
	padding: 0px 0px 5px 0;
	text-align: center;
}

#nav ul{
	margin: 0px;
	padding: 10px 0px;
	text-align: center;
	list-style-type: none;
}

#nav li{
display: inline;
color: #555555;
}

#nav li a:link, #nav li a:visited {text-decoration: underline; border-bottom: 0px solid; color: #adadad;}
#nav li a:hover{text-decoration: underline; color: #7c7c7c;}

#nav li.stripe{
	padding: 0px 5px;
