@charset "utf-8";

#slideshow_home {
	overflow: hidden;
	margin: 0px;
	position: relative;
	width: 990px;
	height: 328px;
	z-index: 1;
}
#slideshow_home img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}
#slideshow_largeImage{	/* Large image div */
	width:990px;	/* Width of large image div */
	height:328px;	/* Height of large image div */
	padding: 0px;
	background-image: url(http://demo.deherenvan.nl/almere.nl/images/bg-slidehowimg.gif);
	background-repeat: no-repeat;
}
