/* 
	Resets defualt browser settings
	reset.css
*/


/*
	Page Style
*/

#taalkeuze {
	width:100px;
	height: 30px;
	padding: 2px;
	float: right;
	margin: 10px;
	position: relative;
}

#taalkeuze img{
    float: left;
    margin-left:5px;

}

#taalkeuze a{
		text-align: right;

	font-family: 'open sans', sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #404040;
}

#container {
	width:1000px;
	height:350px;
	padding:0px;
	margin:0 auto;
	position:relative;
	z-index:0;
}

#frame {
	position:absolute;
	z-index:0;
	width:1000px;
	height:341px;
	top:-3px;
	left:-90px;
}

#example {
	width:1000px;
	height:350px;
	position:relative;
}

/*
	Slideshow style
*/

#slides {
	position:absolute;
	height:350px;

	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	If height not specified height will be set by the slide content
	Set to display none, prevents content flash
*/

.slides_container {
	width:1000px;
	height:350px;
	overflow:hidden;
	position:relative;
	display:none;
}



/*
	Each slide
	Important:
	Set the width of your slides
	Offeset for the 20px of padding
	If height not specified height will be set by the slide content
	Set to display block
*/

#slides .slide {
	padding:20px;
	width:1000px;
	height:350px;
	
	display:block;
}

/*
	Next/prev buttons
*/
#slides .next,#slides .prev {
	position:absolute;
	top:150px;
	left:-10px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

#slides .next {
	left:1000px;
}

/*
	Pagination
*/

.pagination {
	margin:2px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:0px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

/*
	Type and anchors
*/

a:link,a:visited {
	color:#222222;
	text-decoration:none;
}

a:hover,a:active {
	color:#599100;
	text-decoration:underline;
}


#slides .link {
	display:block;
	margin-top:10px;
	font-weight:800;
}