#homepage_content div {
	float: left;
	width: 238px;
}

.container ul {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	left: 0px;
	top: 0px;
}

.container li {
	padding: 0;
	margin: 0;
}

.container li div {
	width: 227px;
	margin-left: 11px;
}

.container h2 {
	font-size: 13px;
	font-weight: normal;
	line-height: 56px;
	padding-left: 40px;
}

.container img {
	display: block;
	width: 159px;
	height: 159px;
	margin-left: 33px;
	margin-top: 30px;
	margin-bottom: 45px;
	padding: 0;
	border: 0;
}

.container span {
	display: block;
	width: 207px;
	height: 101px;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFF;
	cursor: pointer;
}

.container span a {
	color: #FFF;
	text-decoration: none;
}

#homepage_intro,
#homepage_buffetten,
#homepage_aanbieding,
#homepage_referenties {
	position: relative;
	width: 238px;
	height: 391px;
	overflow: hidden;
}
#homepage_intro {
	background-image: url(../images/homepage_intro_background.gif);
}
#homepage_buffetten {
	background-image: url(../images/homepage_buffetten_background.gif);
}
#homepage_aanbieding {
	background-image: url(../images/homepage_aanbieding_background.gif);
}
#homepage_referenties {
	background-image: url(../images/homepage_referenties_background.gif);
}

.prev_button,
.next_button {
	position: absolute;
	top: 150px;
	width: 17px !important;
	height: 17px !important;
	cursor: pointer;
}

.prev_button {
	right: 10px;
}

.next_button {
	left: 19px;
}

#homepage_intro_prev {
	background-image: url(../images/homepage_intro_prev.gif);
}

#homepage_intro_next {
	background-image: url(../images/homepage_intro_next.gif);
}

#homepage_buffetten_prev {
	background-image: url(../images/homepage_buffetten_prev.gif);
}

#homepage_buffetten_next {
	background-image: url(../images/homepage_buffetten_next.gif);
}

#homepage_referenties_prev {
	background-image: url(../images/homepage_referenties_prev.gif);
}

#homepage_referenties_next {
	background-image: url(../images/homepage_referenties_next.gif);
}


