/*#######################################################*/
/*                     boxen vervolgpagina's             */
/*#######################################################*/	
/* hover-effect boxjes */
ul#boxjes
	{
	margin: 0 0 25px 0;
	padding: 25px 0 0 0;
	list-style-type: none;
	}

ul#boxjes li
	{
	display: inline;
	float: left;
	width: 152px;
	height: 118px;
	margin: 0 10px 10px 0;
	}

ul#boxjes li a
	{
	display: block;
	position: relative;
	width: 152px;
	height: 118px;
	margin: 0 10px 10px 0;
	text-decoration: none;
	font-size: 10px;
	}

ul#boxjes li .masker
	{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 118px;
	width: 152px;
	display: block;
	background: url(../images/bg/masker_klein24.png) 0 0 no-repeat;
	}

ul#boxjes li .maskerwhite
	{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	height: 118px;
	width: 152px;
	display: block;
	background: url(../images/bg/masker_white.png) 0 0 no-repeat;
	}	

ul#boxjes li .foto
	{
	position: absolute;
	top: 1px;
	left: 4px;
	z-index: 1;
	}
	
ul#boxjes li a span.tekst			/* tekst */
	{
	position: absolute;
	bottom: 5px;
	left: 10px;
	width: 140px;
	display: block;
	color: #1e65e6;
	}
	
ul#boxjes li a strong.verder		/* pijltje */
	{
	position: absolute;
	right: 5px;
	top: 2px;
	font-size: 20px;
	color: #fff;
	visibility: hidden;
	z-index: 2;
	}
	
ul#boxjes li a:hover
	{
	background: #e8e7e7;
	}

	
ul#boxjes li a:hover strong.verder	/* pijltje */
	{
	visibility: visible;
	}