/* CSS Document */

#slideshow_nav {
	position:relative;
	float:left;
	text-align:center;
	z-index:30;
	height:50px;
	width:728px;
	left:86px;
}

#slideshow_nav a {
	padding: 20px 16px;
	background-image:url(images/layout/switcher_bt_0.png);
	background-repeat:no-repeat;
	text-decoration: none;
	background-position:center;
	z-index:30;
}

#slideshow_nav a.activeSlide {
	background-image:url(images/layout/switcher_bt_1.png);
	background-repeat:no-repeat;
}

#slideshow_nav a:focus {
	outline: none;
}

#slideshow {
	padding-left:17px;
	padding-right:17px;
	background-image:url(images/layout/gallery_bg.png);
	background-repeat:no-repeat;
	width:900px;
	height:423px;
	left:-17px;
}

#slideshow img {
	margin-right:27px;
	margin-left:227px;
	margin-top:24px;
}

#selecties {
	width:200px;
	height:370px;
	position:absolute;
	z-index:40;
	top:64px;
}

#selecties img {
	margin-top:10px;
	margin-left:15px;
	margin-bottom:10px;
	border:0;
}

#selecties a {
	border:0;
}

#selecties h2 {
	margin-left:15px;
	margin-top:10px;
	margin-bottom:10px;
}

/* Mini slideshow */

#slidepicture_nav {
	position:fixed;
	top:575px;
	right:15px;
	width:372px;
	text-align:center;
	z-index:30;
}

#slidepicture_nav a {
	padding: 20px 16px;
	background-image:url(images/layout/switcher_bt_0.png);
	background-repeat:no-repeat;
	text-decoration: none;
	background-position:center;
	z-index:30;
}

#slidepicture_nav a.activeSlide {
	background-image:url(images/layout/switcher_bt_1.png);
	background-repeat:no-repeat;
}

#slidepicture_nav a:focus {
	outline: none;
}

#slidepicture {
	position:fixed;
	top:180px;
	right:15px;
	width:372px;
	height:395px;
	background:none;
}

#slidepicture img {
	background:none !important;
}
	