#next {
	height: 295px;
	width: 50px;
   float: left;

}
#previous {
	height: 295px;
	width: 50px;
	float: left;

}
.horinaja {
	width: 512px;
	height: 283px;
	margin: 0;
	padding: 0;
	float: left;

	border: 6px solid #890d76;
	}
	
#horinaja {	
	height: 295px;

	
	}
.horinaja ul{
	position:relative;
	margin: 0px;
	padding: 0px;
}
.horinaja ul li{
	background:transparent;
	display:block;
	top:0;
	
}

.horinaja ul li a img {

   border: 0px solid;

}

#highlightbox {
	width: 500px;
	height: 283px;
	padding: 0;
	margin: 0;
	background-image: url('img/1.jpg');

	overflow: hidden;
}

#highlightbox #accordion {
	width: 167px;
	height: 283px;
	float: left;
	margin: 0;
	position: absolute;
	
}

#highlightbox .clear {

	width: 167px;
	height: 10px;
	margin: 0px;
	padding: 0px;
	float: left;
	overflow: hidden;
	
}

#highlightbox .title_closed {
	font-family: "Lucida Grande", Verdana, Arial, Sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background-image: url('img/btnbg.png');
	background-repeat: repeat-x;
	width: 140px;
	_width: 167px;
	height: 20px;
	float: left;
	padding: 8px;
	padding-left: 18px;
	margin: 0px;
	clear: both;
}

#highlightbox .title_open {
	font-family: "Lucida Grande", Verdana, Arial, Sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	background-image: url('img/btnbg.png');
	background-repeat: repeat-x;
	width: 140px;
	_width: 167px;
	height: 20px;
	float: left;
	padding: 8px;
	padding-left: 18px;
	margin: 0px;
	clear: both;
	text-decoration: underline;
}

#highlightbox .description {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
	padding: 0px; /* deze moet naar 8px */
	margin-left: 20px;
	_margin-left: 10px;
	_margin-top: 10px;
	_margin-bottom: 20px;
	*margin-top: 10px;
	*margin-bottom: 20px;	
	float: left;
	height: 115px; /*deze moet naar 95px */
	_height: 100px;
	overflow: hidden;
	width: 140px;
	_width: 140px;

}

#highlightbox a {

	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #fff;
	text-decoration: underline;
}