.sliderwrapper{
	float: left;
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	margin-right: 10px;
	margin-bottom: 20px;
	width: 500px; /*width of featured content slider*/
	height: 220px;
}

.sliderwrapper .contentdiv{
	background-position: center center;
	background-repeat: no-repeat;
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	background: white;
	width: 500px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 220px;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.contentdiv td	{
	height: 220px;
	width: 500px;
}

.pagination{
	float: left;
	margin-bottom: 20px;
	width: 316px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
}

.pagination a{
	background-image: url("../gfx/main/nieuws_home_bg.jpg");
	background-position: left bottom;
	background-repeat: repeat-x;
	color: #737373;
	display: block;
	height: 58px;
	line-height: 17px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 4px;
	text-decoration: none; 
	width: 100%;
}

.pagination a:hover, .pagination a.selected{
	background-image: url("../gfx/main/nieuws_home_bg_over.jpg");
	background-repeat: repeat-x;
	line-height: 17px;
}

.pagination a:hover p, .pagination a.selected p {
	color: #003888;
	line-height: 17px;
}

.pagination a:hover h3, .pagination a.selected h3 {
	color: #003888;
}

.pagination p	{
	color: #737373;
	line-height: 17px;
}


.sliderwrapper2 {
	float: left;
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	margin-right: 10px;
	margin-bottom: 20px;
	width: 420px; /*width of featured content slider*/
	height: 140px;
}