/* fotoboek related */

div.imagethumb {
	width:				100px;
	height:				100px;
	border:				1px solid #ccc;
	margin:				8px;
	float:				left;
	cursor:				pointer;
	padding:			2px;
	background-repeat:	no-repeat;
	background-position:center center;
}
div.absolute {
	position:			absolute;
	top:				0px;
	left:				0px;
	margin-top:			0px;
	margin-left:		0px;
	width:				100%;
	height:				100%;
	z-index:			1000;
	display:			none;
}
div.gallerycontainer {
	height:				100%;
	width:				100%;
	background-image:	url(../images/gallerybg.png);
}

#outer {
	height: 			100%; 
	overflow: 			hidden; 
	position: 			relative;
	margin:				0 auto;
}
#middle {
	width:				100%;
	position: 			absolute; 
	top: 				50%;
	margin:				0 auto;
}
#inner {
	width:				100%;
	position: 			relative; 
	top: 				-50%;
	margin:				0 auto;
}


#outer[id] {
	display: 			table;
	position: 			static;
}
#middle[id] {
	display: 			table-cell;
	vertical-align: 	middle; 
	position: 			static;
}
*:first-child+html #outer {
	position:			relative;
}
*:first-child+html #middle {
	position:			absolute;
}



div.galleryimage {
	cursor:				pointer;
	margin:				0 auto;
	text-align:			center;
}
div.galleryimage img {
	background-color:	white;
	padding:			10px 10px 35px 10px;
}
div.galleryimage div {
	height:				25px;
	margin-top:			-25px;
	line-height:		25px;
}