#main {
	width: 465px;
}

/* Speciale content, recept */
.recept, .webshop_groep {
	float: left;
	width: 495px;
	margin: 10px 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #d5cfc0;
}
.recept .photo, .webshop_groep .photo {
	float: left;
	width: 145px;
	height: 145px;
	margin: 0 15px 0 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
}
.recept .content, .webshop_groep .content {
	float: left;
	width: 325px;
}
#main .recept .photo img, #main .webshop_groep .photo img {
	float: left;
	margin: 0;
}

/* speciale content, webshop */
.webshop_groep .content p {
	margin: 0;
}
.webshop_groep .order {
	width: 325px;
	float: right;
	margin: 5px 0 0 0;
	color: red;
	text-align: right;	
	text-decoration: none;
	padding-right: 10px;
	background: #FFF url('/images/ico_next_7x7.gif') no-repeat center right;
	white-space: nowrap;
}

/* speciale content, van bes tot boon */
#slideshow {
	float: left;
	width: 465px;
	height: 300px;
	overflow: hidden;
}
#slideshow a img {
	margin: 0;
}
#slideshow a {
	float: left;
	margin: 0;
	position: absolute;
}
#slideshow_info {
	float: left;
	margin: 2px 0 0 0;
	height: 25px;
	width: 465px;
	line-height: 25px;
	background-color: #e5e5e5;
}
#slideshow_info a {
	float: left;
	background: url('/images/ico_prev_vbtb.png') top left;
	height: 17px;
	line-height: 17px;
	width: 17px;
	text-align: center;
	text-decoration: none;
	margin: 4px 2px;
}
#slideshow_info a:hover {
	color: #666;
}
#slideshow_info #title {
	float: left;
	padding: 0 0 0 5px;
	width: 400px;
}
#slideshow_info #title span {
	width: 400px;
}
#slideshow_content, #slideshow_content span {
	float: left;
	width: 465px;
	height: 145px;
}
#slideshow_info #title span, #slideshow_content span {
	position: absolute;
}
#slideshow a, #slideshow_info #title span, #slideshow_content span {
	display: none;
}
