div.navigation{clear:both;width:553px;height:202px;background:url(images/carousel_ag.jpg) left top no-repeat;padding:8px 0 0 5px; z-index:1000;}
div.navigation a.next{
	color:#F96;
	width:27px;
	height:177px;
	position:absolute;
	top:4px;
	right:15px;
	background:url(images/navigatie-sprite.jpg) right bottom no-repeat;
	outline:none;
}
div.navigation a.next:hover{
	background:url(images/navigatie-sprite.jpg) right top no-repeat;
}
div.navigation a.prev{
	color:#F06;
	width:27px;
	height:177px;
	position:absolute;
	top:4px;
	left:15px;
	background:url(images/navigatie-sprite.jpg) left bottom no-repeat;
	outline:none;
}
div.navigation a.prev:hover{
	background:url(images/navigatie-sprite.jpg) left top no-repeat;
}
div.navigation a.next span, div.navigation a.prev span{display:none;}

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 550px;
	height: 350px
}
div.slideshow {
	clear: both;
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #c8c8c8;
}
div.slideshow img {
	border: none;
	display: block;
}
div.navigation {
	/* 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 0 0 40px;
	padding: 0;
}

ul.thumbs img{
	height:82px;
	width:103px;
}
ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px;
	list-style: none;
}
a.thumb {
	padding: 1px;
	display: block;
	border: 1px solid #c8c8c8;
}
a.thumb:hover, ul.thumbs li.selected a.thumb:hover {
	border: 1px solid #247680;
}
ul.thumbs li.selected a.thumb {
	border: 1px solid #c8c8c8;
}
a.thumb:focus {
	outline: none;
}
ul.thumbs img {
	border: none;
	display: block;
}
div.navigation div.top {
	margin-bottom: 12px;
	height: 177px;
	width:550px;
	height:1px;
	position:absolute;
}
div.navigation div.bottom {
	margin-top: 12px;
}
