.cover
{
	display:none;
}
#coverflow
{
	min-height:200px;
}
section.caroussel
{
        background:var(--wit);
	height:230px;
	border-bottom: 1px var(--coverflowlijn) solid;
}
#coverflow-name
{
	/*
	margin:auto;
	text-align:center;
	color:var(--wit);
	font-size:12pt;
	background:var(--donkergeel);
	*/
}
#coverflow-nav
{
	width:132px;
	margin: -60px auto 0 auto;
	z-index:1000;
	position:relative;
}
#coverflow-nav button
{
	border:0;
	width:40px;
	height:40px;
	border-radius: 8px;
	opacity:0.7;
	font-weight:bold;
}
#coverflow-nav button:hover
{
	opacity:none;
	background:#fff;
}
