div.fotoalbum {
	margin: 0px 0px 0px 0px;
}

div.fotoalbum h1 {
	/*border-bottom: 1px solid #FF8E00;*/
	clear: both;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

div.fotoalbum div.fotoalbum_album_tegel {
	background-color: #EFEFEF;
	border: 1px solid #CCCCCC;
	float: left;
	height: 90px;
	padding: 5px;
	margin: 5px 5px 20px 5px;
	width: 180px; /*220px;*/	
}

div.fotoalbum div.fotoalbum_album_tegel:hover {
	background-color: #EFEFEF;
	border: 1px solid #C7353C;
	cursor: pointer;
}

div.fotoalbum div.fotoalbum_album_tegel img {
	float: left;
	margin: 5px 10px 5px 5px;
}

div.fotoalbum div.fotoalbum_album_tegel a img {
	border: none;
}

div.fotoalbum div.fotoalbum_album_tegel p.naam {
	font-weight: bold;
	height: 40px;
	margin-bottom: 10px;
}

div.fotoalbum div.fotoalbum_album_tegel p.naam a:link,  div.fotoalbum div.fotoalbum_album_tegel p.naam a:visited {
	color: black;
	font-variant: normal;
	text-decoration: none;
}

div.fotoalbum div.fotoalbum_album_tegel div.omschrijving {
	font-size: .85em;
	float: right;
	/*height: 35px;*/
	overflow: hidden;
	padding-right: 0px;
	width: 122px;
}

div.fotoalbum div.fotoalbum_album_tegel div.omschrijving p {
	line-height: 15px;
}

div.fotoalbum p.geenfotos {
	font-style: italic;
	margin-left: 5px;
}

div.fotoalbum div.fotoalbum_foto_tegel {
	background-image: url(../images/mediamanager/image.jpg);
	border: 1px solid #CCCCCC;
	height: 105px;
	width: 105px;
	float: left;
	margin: 5px 6px 20px 6px;
}

div.fotoalbum div.fotoalbum_foto_tegel img {
	height: 105px;
	width: 105px;
}

div.fotoalbum div.fotoalbum_foto_tegel:hover {
	border: 1px solid #C7353C;
}

div.fotoalbum div.fotoalbum_foto_tegel a img {
	border: none;
}

div.fotoalbum div.fotoalbum_foto {
	/*text-align: center;*/
} 

div.fotoalbum div.fotoalbum_foto img.foto {
	border: 2px solid #B68DC2;
	position: absolute;
	margin-left: -12px;
}

div.fotoalbum div.fotoalbum_foto_wrapper {
	text-align: center;
}

div.fotoalbum div.fotoalbum_paginas {
	font-size: smaller;
	text-align: right;
	margin-bottom: 10px;
}

div.fotoalbum div.fotoalbum_paginas a:link, 
div.fotoalbum div.fotoalbum_paginas a:visited {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

div.fotoalbum div.fotoalbum_paginas a.volgendevorige { 
	color: #CC3333;
}

div.fotoalbum div.fotoalbum_paginas a:hover {
	text-decoration: underline;
}

div.fotoalbum div.fotoalbum_paginas span.huidige_pagina {
	font-size: medium;
}

div.fotoalbum div.fotoalbum_navigatie_foto {
	margin-top: 15px;
	text-align: center;	
}

div.fotoalbum div.fotoalbum_navigatie_foto a {
  outline: none;
}

div.fotoalbum div.fotoalbum_navigatie_foto img {
	margin: 0px 5px 0px 5px;
}

/**********************/
/*	FOTOBALK
/**********************/
div.fotoalbum_fotobalk {
	background-color: #EFEFEF;
	/*border-bottom: 0px solid #BEE069;
	border-top: 0px solid #BEE069;*/
	overflow: hidden;
	height: 85px;
	margin: 0px 0px 12px 7px;
	text-align: left;
	width: 607px;
}

div.fotoalbum_fotobalk div.pijlen_links {
	background-color: #C7353C;
	float: left;
	height: 85px;
	width: 23px;
}

div.fotoalbum_fotobalk div.pijlen_rechts {
	background-color: #C7353C;
	float: right;
	height: 85px;
	width: 23px;
}

div.fotoalbum_fotobalk div.pijlen_links img.pijlen_links {
	cursor: pointer;
	margin-top: 31px;
}

div.fotoalbum_fotobalk div.pijlen_rechts img.pijlen_rechts {
	cursor: pointer;
	margin-top: 31px;
}

div.fotoalbum_fotobalk div.thumbnails_wrapper {
	float: left;
	overflow: hidden;	
	width: 561px;
}

div.fotoalbum_fotobalk div.thumbnails {
	/*clip: rect(0px, 684px, 85px, 0px);*/
	height: 85px;
	margin-left: 0px;
	/*position: relative;
	left: -250px; --> werkt niet in IE6/7 */
	white-space: nowrap;
}	

div.fotoalbum_fotobalk img.thumbnail {
	background-color: #EFEFEF;
	background-image: url(../images/mediamanager/image.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	height: 85px;
	width: 113px;
	padding-right: 1px;
}

div.fotoalbum_omschrijving {
	margin-top: 10px;
	text-align: center;
}

div.fotoalbum_tooltips {
	height: 21px;
	margin-bottom: 5px;
}

span.fotoalbum_navigatie_foto_omschrijving {
	font-style: italic;
}

span.fotoalbum_navigatie_diashow_snelheid {
	font-style: italic;
}


#aFotoalbumNavigatieSneller,
#aFotoalbumNavigatieTrager {
	visibility: hidden;
}

