/* itemnavigatie */
#itemnav
	{
	float: left;
	width: 900px;
	height: 188px;
	border-top: 5px solid #D2741D;
	border-bottom: 5px solid #D2741D;
	}

#nieuwer,
#ouder
	{
	position: absolute;
	z-index: 100;
	}
	
#ouder
	{
	left: 953px;
	}	

/* hover-effect items */
#items
	{
	list-style-type: none;
	width: 100%;
	float: left;
	color: #333;
	}

#items li
	{
	width: 180px;
	float:left;
	}

#items li a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	color: #333;
	height: 178px;
}

#items li a:hover
	{
	background: #E2DCCC;	/* achtergrondkleur hover */
	color: #000;
	}
	
#items a em {
	display: block;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
}


/* ajax-spinner */
#spinner
	{
	position: absolute;
	z-index: 100;
	top: 61px;
	left: 447px;
	}
