/*	JQUERY CYCLE BANNER (newslist custom 1) */
.NewsList_Custom1 table,
.NewsList_Custom1 tr,
.NewsList_Custom1 td {
	border: 0;
	padding: 0;
	margin: 0;
	border-collapse: collapse;
}
div.NewsList_Custom1 {
	margin-bottom: 10px;
	position: relative;	
}

.NewsList_Custom1 p,
.NewsList_Custom1 div {
	color: #999900;
}
.NewsList_Custom1 h3 {
	font: bold 15px/20px Arial, 'Helvetica Neue', Helvetica, Tahoma, sans-serif;
	color: #56561f;
	margin-bottom: 12px;
}


div.NewsList_Custom1 .innerDiv {
	background: #E0E0B2;
	border-top: 1px solid #999900;
	height: 280px;
	width: 668px;
	overflow: hidden;	
}
.NewsList_Custom1 ul {
	padding-left: 0;
	list-style: none;
	margin: 0;
}
.NewsList_Custom1 ul li {
	padding-left: 20px;
	background: url(/sitefiles/layout/list-groen.png) left 4px no-repeat;
}
	.NewsList_Custom1 ul li.oranje {
		background-image: url(/sitefiles/layout/list-oranje.png);
	}
	.NewsList_Custom1 ul li.paars {
		background-image: url(/sitefiles/layout/list-paars.png);
	}
	.NewsList_Custom1 ul li.blauw {
		background-image: url(/sitefiles/layout/list-blauw.png);
	}

.NewsList_Custom1 .contentdiv{
	float: left;
	width: 198px;
	padding: 15px;
}
.NewsList_Custom1 .imagediv {
	width: 470px;
	float: left;
}

	
/* Pager (circels onderaan) */
#nav { 
	z-index: 9; 
	position: absolute;
	top: -6px;	
	left: 20px;	
}
#nav a { 
	width: 17px;
	height: 17px;
	display: inline-block;
	background: url(/sitefiles/layout/nav.png) left top no-repeat;
	font-size: 0;
	line-height: 0;
	color: transparent;
}
#nav a.activeSlide,
#nav a:hover { 
	background-position: left -19px;
}
#nav a.activeSlide { 
	cursor: default;
}
