#jacht_pictures {
	height: 335px;
	width: 750px;
}
#jacht_pictures TD {
	vertical-align: top;
}
#previewPane{
	border: 1px solid #ACACAC;
	text-align: center;
	height: 335px;
	width: 520px;
	line-height: 335;
	margin: 0;
	padding: 0;
}
#waitMessage{
	display:none;
	position:absolute;
	left:200px;
	top:150px;
	background-color:#FFF;
	border:3px double #000;
	padding:4px;
	color:#555;
	font-size:0.9em;
	font-family:arial;	
}	
#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
	/* CSS HACK */
	height: 275px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
	height/* */:/**/254px;	/* Other browsers */
	height: /**/254px;
	float: right;
	padding: 0;
	margin: 0;
}
#galleryContainer #arrow_down{	/* Arrow down image */
	cursor: pointer;
	text-align: center;
	background: #000000;
	border-left: 1px solid #ACACAC;	
	border-right: 1px solid #ACACAC;	
	border-bottom: 1px solid #ACACAC;	
}
#galleryContainer #arrow_up{
	cursor: pointer;
	text-align: center;
	background: #000000;
	border-left: 1px solid #ACACAC;	
	border-right: 1px solid #ACACAC;	
	border-top: 1px solid #ACACAC;
}
#theImages{	/* DIV where the images are located */
	position:relative;
	overflow:hidden;
	height:289px;	/* Height of boxes for the images */
	border-left: 1px solid #ACACAC;	
	border-right: 1px solid #ACACAC;	
}
#theImages div{	
	position:relative;	/* Don't change this */
	height:3000px;	/* Higher than total height of thumbnails */
}
#theImages img{
	border: 0px;	/* No border */
	margin: 3px 0px 0px 0px ;
	padding:  0px;

}
#theImages .imageCaption{
	display:none;
}