/*
-- SCHEMA 2 --
	achtergrond-geel: #F5E7BA
	licht-geel: #F5F5DC
	geel:		#ECBA0D
	rood:		#A70909
	bruin:		#C1880F
*/
div.fotoalbum {
}

div.fotoalbum h1 {
	border-bottom: 1px solid #A70909;
	clear: both;
	padding-bottom: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
}

div.fotoalbum div.fotoalbum_album_tegel {
	background-color: #F5E7BA; /*#F5F5DC; /*#F5E7BA;*/
	border: 1px solid #C1880F;
	/*border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	border-left: 1px solid white;
	border-top: 1px solid white;*/	
	float: left;
	height: 90px;
	padding: 5px;
	margin: 5px 5px 20px 5px;
	width: 220px;	
}

div.fotoalbum div.fotoalbum_album_tegel:hover {
	background-color: #F5E7BA; /*#F5F5DC;*/
	border: 1px solid #A70909;
	/*border-bottom: 1px solid white;
	border-right: 1px solid white;
	border-left: 1px solid gray;
	border-top: 1px solid gray;*/	
	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;
}

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: 5px;
	width: 162px;
}

div.fotoalbum p.geenfotos {
	font-style: italic;
	margin-left: 5px;
}

div.fotoalbum div.fotoalbum_foto_tegel {
	background-image: url(../images/mediamanager/image.gif);
	border: 2px solid #C1880F;
	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: 2px solid #A70909;
}

div.fotoalbum div.fotoalbum_foto_tegel a img {
	border: none;
}

div.fotoalbum div.fotoalbum_foto {
	text-align: center;
} 

div.fotoalbum div.fotoalbum_foto img {
	border: 2px solid #A70909;
	/*position: relative;*/
	position: absolute;
	top: 345px;
}

div.fotoalbum div.fotoalbum_foto div.fotoalbum_foto_omschrijving {
	font-style: italic;
	text-align: center;
}

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: #A70909;
}

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: #F5E7BA;
	/*border-bottom: 0px solid #BEE069;
	border-top: 0px solid #BEE069;*/
	overflow: hidden;
	height: 85px;
	margin: 0px 0px 12px 0px;
	text-align: left;
	width: 730px;
}

div.fotoalbum_fotobalk div.pijlen_links {
	background-color: #A70909;
	float: left;
	height: 85px;
	width: 23px;
}

div.fotoalbum_fotobalk div.pijlen_rechts {
	background-color: #A70909;
	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: 684px;
}

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-image: url(../images/mediamanager/image.gif);
	background-position: center center;
	background-repeat: repeat;
	cursor: pointer;
	height: 85px;
	width: 113px;	
}