.glidecontentwrapper{
	height: 317px;
	overflow: hidden;
	width: 100%;
	position: relative;
}
#container #content #kolommen #right iframe {
	height: 328px;
	width: 100%;
}

/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.glidecontent{ /*style for each glide content DIV within wrapper.*/
	padding: 0px;
	visibility: hidden;
	width: 100%;
	position: absolute;
	height: 317px;
	margin-bottom: 0px;
	background-color: #FFF;
}
.glidecontent p {
	margin-bottom: 0px;
}

#right #scrollvelden .glidecontent .scroll_tekst h1 {
	font-size: 10px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#right #scrollvelden .glidecontent .scroll_tekst p a:link, #right #scrollvelden .glidecontent .scroll_tekst p a:visited {
	font-size: 10px;
}
#right #scrollvelden .glidecontent .scroll_tekst p a:hover {
	font-size: 10px;
	color: #E60469;
}

/*
 Total glidecontent width: 330px+10px+10px=350px
	Or width of wrapper div itself (not counting wrapper border/padding)
*/

.glidecontenttoggler{ /*style for DIV used to contain toggler links. */
	margin-top: 0px;
	text-align: left;
	line-height: 6px;
	padding-left: 5px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #333;
	margin-left: 5px;
}
#container #content #kolommen #right #scrollvelden {
	margin: 0px;
}

.glidecontenttoggler p {
	margin-top: 0px;
	text-align: left; /*How to align pagination links: "left", "center", or "right"
background: white; /*always declare an explicit background color for fade effect to properly render in IE*/
	margin-bottom: 0px;
}

/*
 Total contenttoggler width: 350px+5px+5px=360px
	Or total width of wrapper div (counting wrapper border/padding)
*/

.glidecontenttoggler a:link, .glidecontenttoggler a:visited{ /*style for every navigational link within toggler */
	display: -moz-inline-box;
	display: block;
	color: #000;
	margin-right: 3px;
	text-decoration: none;
	background-color: #FFF;
	padding: 2px;
	margin-bottom: 0px;
}

.glidecontenttoggler a.selected{ /*style for selected page's toggler link. ".selected" class auto generated! */
	color: #FFF;
	background-color: #454545;
	background-image: url(../img/glider_selected.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.glidecontenttoggler a:hover{
	color: #FFF;
	text-decoration: underline;
}

.glidecontenttoggler a.toc{ /*style for individual toggler links (page 1, page 2, etc). ".toc" class auto generated! */
	color: #454545;
	background-color: #FFF;
}

.glidecontenttoggler a.prev, .glidecontenttoggler a.next{ /*style for "prev" and "next" toggler links. ".prev" and ".next" classes auto generated! */
	color: #FFF;
	margin-bottom: 5px;
}

.glidecontenttoggler a.prev:hover, .glidecontenttoggler a.next:hover{
	color: #454545;
	background-color: #FFF;
}
