	#dhtmlgoodies_slideshow{
		width:674px;	/* Total width of slideshow */
	}

	#galleryContainer{
		
		height:58px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 60px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/58px;	/* Other browsers */
		height: /**/58px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:50px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages input{
		float:left;
		padding:1px;
		/*
		opacity: 0.5;
		filter: alpha(opacity=50);
        */
		border:1px solid #e2e2e2;
		cursor:pointer;
		margin-right:20px;
	}
	
	#theImages .imageCaption{
		display:none;
	}
	
	/* 
    =========================================================
    Kleine imageslideshow bij machines 
    =========================================================
    */
	#dhtmlgoodies_slideshow2{
		width:240px;	/* Total width of slideshow */
	}
	
	#previewPane2{
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 242px;	/* IE 5.x */
		height/* */:/**/240px;	/* Other browsers */
		height: /**/240px;
				
	}
	#previewPane2 img{
		line-height:400px;
	}
	#previewPane2 #largeImageCaption2{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer2{
		
		height:27px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 27px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/25px;	/* Other browsers */
		height: /**/25px;
				
	}
	#arrow_left2{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right2{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages2{
		position:absolute;
		height:25px;
		left:40px;
		width:100000px;
		
	}
	#theImages2 #slideEnd2{
		float:left;
	}
	#theImages2 img{
		float:left;
		padding:1px;
		cursor:pointer;
		border:0px;
	}
	
	#theImages2 .imageCaption2{
		display:none;
	}	