	/*--Main Image Preview--*/
.main_image {
	width: 275px; height: 275px;
	float: right;
	background: #333;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.main_image h2 {
	font-size: 2em;
	font-weight: normal;
	margin: 0 0 5px;	padding: 10px;
}
.main_image p {
	font-size: 11px;
	line-height: 15px;
}
.block small { 
	padding: 0 0 0 20px; 
	background: url(icon_calendar.gif) no-repeat 0 center; 
	font-size: 1em; 
}
.main_image .block small {margin-left: 10px;}
.main_image .desc{
	position: absolute;
	bottom: 0;	left: 0;
	width: 100%;
	display: none;
}
.main_image .block{
	width: 90%;
	background: #111;
	border-top: 1px solid #000;
	padding: 0px 5px 0px 23px;
}

.main_image .block p{
	padding: 0px 0px 5px 0px;
}
	
.main_image a.collapse {
	background: url(btn_collapse.gif) no-repeat left top;
	height: 27px; width: 93px;
	text-indent: -99999px;
	position: absolute; 
	top: -27px; right: 20px; 
}
.main_image a.show {background-position: left bottom;} 

.image_thumb {
	float: left;
	width: 159px;
	background: transparent;
	position: relative;
}

.image_thumb img {
	border: 1px solid #ccc; 
	padding: 5px; 
	background: #fff; 
	float: left;
}

.image_thumb ul {
	margin: 0; padding: 0;
	list-style: none;
}
.image_thumb ul li{
	margin:0 0 0 6px; 
	padding: 0 5px 0 5px;
	background: #f5ddd9;
	width: 150px;
	float: left;
	border-bottom: 1px dashed #d60c22;
}
.image_thumb ul li.hover {
	cursor: pointer;
}
.image_thumb ul li.active {
	cursor: default;
	width: 150px;
	position: relative;
	background: #fff;
}

html .image_thumb ul li {
font-size:11px;
line-height:14px;
}

html .image_thumb ul li a { 
color: #D60C22;
}

html .image_thumb ul li a:hover { 
color: #D60C22;
text-decoration: underline;
}

div.block a{
	color: #D60C22;
}

div.block a:hover{
	color: #D60C22;
	text-decoration: underline;
}	



.image_thumb ul li.active .block {
	width: 150px;
	background: url(img/pijl_nieuws_wit.png) no-repeat right top;
	background-position: 144px;
	position: relative;
	padding: 0px;
	padding: 7px 35px 7px 0;
}

.image_thumb ul li .block {
	position: relative;
	float: left; 
	margin-left: 00px;
		padding: 7px 0 7px 0;
}	
.image_thumb ul li p{display: none;}

div.main_image img {
	width: 275px;
	height: auto;
}

div.block p {
	margin-bottom: 0px;
	line-height: 15px;
}
