.galleryItems{
	width:				200px;
	position:			absolute;
	top:				-2px;
	left:				0px;
}

	.galleryItems ul li{
		display:			inline;
	}
	
		.galleryItems ul li a{
			border:		2px solid #FFFFFF;
			margin:		0 10px 10px 0;
			display:	block;
			width:		80px;
			float:		left;
		}
		
		.galleryItems ul li a span{
			display:			none;
		}
		
		.galleryItems ul li a:hover{
			border:		2px solid #FE0000;
		}
		
		.galleryItems ul li a.activeElement{
			border:		2px solid #FE0000;
		}
		
		
.galleryBox{
	position:			relative;			
}

.galleryActiveItem{
	width:				270px;
	float:				right;
}


.pageBox{
	clear:				both;
}

.pageBox ul li{
	display:			block;
	float:				left;
	text-align:			center;
}

.pageBox ul li.pages{
	width:				60px;
}


.pageBox ul li a{
	border:				none;
	margin:				0 5px 10px 5px;
	display:			block;
	width:				10px;
	float:				left;
	text-align:			center;
	color:				#FE0000;
	font-weight:		bold;
	text-decoration:	none;
}

	.pageBox ul li a:hover{
		border:				none;
	}
	
	.galleryActiveItem a.enlarge{
		background:				url(../graphics/uitvergroten_dwn.gif) no-repeat;
		width:					90px;
		height:					15px;
		display:				block;
		float:					right;
	}
	
		.galleryActiveItem a.enlarge:hover{
			background:				url(../graphics/uitvergroten_up.gif) no-repeat;
		}
	
	.galleryActiveItem a.enlarge span{
		display:				none;
	}