	/*naviagatie*/
.nav{
	position: 			absolute; 
	left:				10px; 
	top:				10px;
	z-index: 			0;
	color:				#000000;
	font-weight: 		bold;
}	

.nav img{
	background-color:	transparent;
	border:				none;
}

.nav:hover{
	z-index: 			50;
}


.nav span{ /*CSS for enlarged image*/
	position: 			absolute;
	background-color: 	#ffffff;
	padding: 			5px;
	border: 			1px solid #cccccc;
	visibility: 		hidden;
	color: 				black;
	text-decoration: 	none;
}

.nav span .nav_title{ /*titel van navigatievenster*/
	font-weight: 		bold;
	font-size: 			15px;
}

.nav span .nav_buttons a:hover{
	text-decoration:	none;
}


.nav:hover span{ /*CSS for enlarged image on hover*/
	visibility: 		visible;
	top: 				0;
	left: 				60px; /*position where enlarged image should offset horizontally */

}
