#myslideshow img {
	position: absolute; 
	z-index: 10;
}
#myslideshow {  
	position: relative;
	cursor: pointer;
	height: 201px;
	width: 749px;
	background-color: #fdb515;
}
/*Banner fader*/
#rotator
{
	cursor: pointer;
	overflow: hidden;
	margin: 0px auto 10px;
	position: relative;
	width: 233px;
	height: 71px;
}

#rotator img
{
	border: 0;
	cursor: pointer;
	width: 233px;
	height: 71px;
}

/*BannerHeader Nieuwe fader*/
#rotatorheader	
{
	cursor: pointer;
	overflow: hidden;
	margin: 0px auto 0px;
	margin-left:0px;
	position: relative;
	width: 749px;
	height: 201px;
}

#rotatorheader img
{
	border: 0;
	cursor: pointer;
	width: 749px;
	height: 201px;
}