@charset "UTF-8";
/* CSS Document */
* {margin: 0; padding: 0; outline: none;}
img {border: none;}

.container2 {
	overflow: hidden;
	width: 773px;
	height: 415px;	
}
#main {
	padding: 5px;
	background: #FFF;
	border: 1px solid #999;
	margin-top: 35px;
	margin-left: 90px;
}
a {
	color: #000;
	text-decoration: underline;
}

/*--Main Image Preview--*/
.main_image {
	width: 518px;
	height: 415px;
	float: left;
	background: #FFF;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.main_image h2 {
	font-size: 1.0em;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 10px;
	color: #000;
}
.main_image p {
	font-size: 0.8em;
	padding: 10px;
	margin: 0;
	line-height: 1.6em;
	color: #000;
}
.block small {
	padding: 0;
	font-size: 0.8em;
}
.main_image .block small {
	margin-left: 10px;
	color: #000;
}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
/*--tekstblok over afbeelding--*/
.main_image .block{
	width: 100%;
	background: #fff;
	border-top: 1px solid #999;
}
.main_image a.collapse {
	background: url(../images/btn_collapse.gif) no-repeat left top;
	height: 27px;
	width: 37px;
	text-indent: -99999px;
	position: absolute;
	top: -27px;
	right: 5px;
}
.main_image a.show {background-position: left bottom;} 


.image_thumb {
	float: left;
	width: 254px;
	background: #f0f0f0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
}
.image_thumb img {
	border: 1px solid #ccc;
	padding: 0px;
	background: #fff;
	float: left;
}
.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin: 0;
	background: #f0f0f0 url(images/nav_a.gif) repeat-x;
	width: 237px;
	float: left;
	padding: 6px 8px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #CCC;
}
.image_thumb ul li.hover {
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active {
	background: #fff;
	cursor: default;
}
html .image_thumb ul li h2 {
	font-size: 0.9em;
	margin: 5px 0;
	padding: 0;
	color: #000;
}
.image_thumb ul li .block {
	float: left;
	margin-left: 9px;
	padding: 0;
	width: 175px;
	color: #000;
}	
.image_thumb ul li p{display: none;}

