div.slideContent {
	/* The display of content is enabled by a javascript generated style on the page.
	   This is so that the slideshow content won't display unless javascript is enabled. */
	display: none;
	width: 354px; 
	margin-right: 10px; /* toegevoegd voor centrering relatief aan thumbs */
	overflow: hidden;
}
.content div.slideContent {
	width: 500px; /* wider version */
	padding-right: 0;
}
.content div.navigation {
	position: relative;
	left: -10px;
}
div.slideContent a, div.navigation a {
	text-decoration: none;
	color: #988344;
}
div.slideContent  a:focus, div.slideContent  a:hover, div.slideContent  a:active {
	text-decoration: underline;
	color: #000;
}
div.controls {
	/* display: none;*/			/* play en pause */
	margin-top: 5px;
	height: 23px;
}
div.controls a {
	padding: 5px 0;
}
div.ss-controls {
	float: left; display: inline;
}
div.nav-controls {
	float: right;
}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 350px;
	height: 350px
}
div.slideshow {
	clear: both;
	text-align: center;
}
div.slideshow span.image-wrapper {
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 0;
	display: block;
}
div.slideshow img {
	border: none;
	display: block;
	margin: 0 auto;
}
div.download {
	float: right;
}
div.embox {
	clear: both;
	background-color: #eee;
	padding: 12px;
}
div.image-title {
	font-weight: bold;
	font-size: 1.4em;
}

div.image-desc {
	line-height: 1.3em;
	padding-top: 12px;
}
div.navigation {
	margin-top: -10px;
	/* The navigation style is set by a javascript generated style on the page.
	   This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}
ul.thumbs {
	clear: both;
	margin: 0;
	padding: 0;
}
ul.thumbs li {
	float: left; display: inline;
	padding: 0;
	margin: 10px 10px 0 0;
	list-style: none;
}
.content ul.thumbs li {
	float: left; display: inline;
	padding: 0;
	margin: 10px 0 0 10px; 
	list-style: none;
}
a.thumb {
	display: block;
	border: 1px solid #ccc;
	width: 79px; height: 79px;
	overflow: hidden;
}
a.thumb img {
	padding: 2px;
	width: 75px; height: 75px;
}
.content a.thumb {       /* wider version */
	width: 73px; height: 73px;
}
.content a.thumb img{       /* wider version */
	width: 69px; height: 69px;
}
ul.thumbs li.selected a.thumb {
	background: #988344;
	border: 1px solid #988344;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.pagination {
	clear: both;
}
div.navigation div.bottom {
	margin-top: 12px;
}
div.navigation div.top {
	display: none;                   /* 2e paginering */
}
div.pagination a, div.pagination span.current {
	float: left; display: inline;
	margin-right: 2px;
	padding: 4px 7px 2px 7px;
}
div.pagination a:hover {
	background-color: #eee;
	text-decoration: none;
}
div.pagination span.current {
	font-weight: bold;
	background-color: #000;
	border-color: #000;
	color: #fff;
}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}

#thumbs-min a.thumb {
	padding: 0px;
	display: inline;
	border: none;
}

#thumbs-min ul.thumbs li.selected a.thumb {
	background: inherit;
	color: #000;
	font-weight: bold;
}

/* New cycle styles for video within carrousel */
#mediaGallery ul {
	width: 354px; overflow: hidden;
	margin: 0; list-style: none;
}
#mediaGallery ul img{
	display: block;
}
div.mediaGalleryNavigation {
	margin-top: 0;
}
.mediaGalleryNavigation ul.thumbs li {
	opacity: .50; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=50); /* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-khtml-opacity: .50; /* Safari 1.x */
	-moz-opacity: .50; /* FF lt 1.5, Netscape */
}
.mediaGalleryNavigation ul.thumbs li.selected {
	opacity: 1; /* Standard: FF gt 1.5, Opera, Safari */
	filter: alpha(opacity=100); /* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
	-khtml-opacity: 1; /* Safari 1.x */
	-moz-opacity: 1; /* FF lt 1.5, Netscape */
}
.mediaGalleryNavigation ul.thumbs li a {
	position: relative;
}
.mediaGalleryNavigation ul.thumbs li a span {
	position: absolute; z-index: 10;
	top: 2px; left: 2px;
	width: 75px; height: 75px;
	background: url(/images/play.png) no-repeat 0 0;
}
