/*-- jShowOff module styles --*/
#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
	position: absolute;
	top:0;
	left:0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	}
.jshowoff {
	width: 100%;
	height:100%;
	}
.jshowoff div {	
	width: 100%;
	height: 100%;
	}


/*-- Re-styled Thumbnail Demo --*/

.thumbFeatures p.jshowoff-slidelinks {
	display:none;
	}
.thumbFeatures p.jshowoff-controls {
	background: none;
	height: 38px;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 50%;
	margin-top:-20px;
	width: 100%;
	}
.thumbFeatures .jshowoff-controls a {
	display: block;
	width: 25px;
	height: 40px;
	background: none;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	text-indent: -10000em;
	position: absolute;
	}
	
.thumbFeatures .jshowoff-controls a:hover { opacity:0.4; FILTER:Alpha(Opacity=40); }

.thumbFeatures .jshowoff-controls a.jshowoff-prev {
	left: 15px;
	background-image: url(beelden/terug.png);
	}
.thumbFeatures .jshowoff-controls a.jshowoff-next {
	right: 15px;
	background-image: url(beelden/vooruit.png);
	}
.thumbFeatures .jshowoff-controls a.jshowoff-play {
	display: none;
	}
.jshowoff.thumbFeatures {
	height: 100%;
	}