/*** set the width and height to match your images **/

#slideshow {
    position:relative;
    height:350px;	
	width:473px;
	overflow:hidden;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	text-align:center
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
#dexiafootpass{
	height:90px;
	margin:5px 47px 30px 47px;
}
#regionale_academy{
	margin-top:5px;
	margin-bottom:10px;
}
#regionale_academy_header{
	cursor:pointer;
	margin-bottom:10px;
}
#zeeuwse_academy{
	margin-top:5px;
	margin-bottom:10px;
}
#zeeuwse_academy_header{
	cursor:pointer;
}
.reglogo{
	width:42px;
	height:42px;
	border: solid 1px #cccccc;
	float:left;
	margin:1px;
}
#regionale_academy div, #zeeuwse_academy div{
	padding:2px;
}
