	
	#dhtmlgoodies_slideshow{
			/* Total width of slideshow */
		float:left; 
		width:760px; /* change for location 16-12-2014*/

	}
	
	#previewPane{
		border:0px solid #CCCCCC;
		margin-bottom:25px;	
		text-align:center;
		vertical-align:left;
		padding-top:0px;
		position:relative;
		
		/* CSS HACK */
		height: 375px;	/* IE 5.x */
		height/* */:/**/363px;	/* Other browsers */
		height: /**/363px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* 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;
		
	}
	#galleryContainer{
		
		height:102px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
				
	}
	#arrow_left{
		position:absolute;
		vertical-align:middle;
		height:70px;
		left:0px;
		z-index:10;
		background-color: #f8f7f3;
		padding-top:30px;
		padding-right:2px;
		padding-left:1px;
		padding-bottom:1px;
		
	}
	#arrow_right{
		position:absolute;
		right:0px;
		vertical-align:middle;
		height:70px;
		z-index:10;
		background-color: #f8f7f3;
		padding-top:30px;
		padding-right:1px;
		padding-left:2px;
		padding-bottom:1px;
				
	}
	#theImages{
		position:absolute;
		height:100px;
		left:35px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
	}
	
	#theImages .imageCaption{
		display:none;
	}
