	#lhdhtmlgoodies_slideshow{
		width:160px;	/* Total width of slideshow */
	}
	#lhpreviewPane{
		border:0px solid #000; /* no border */ 
		margin-right:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:30px;
		/* CSS HACK 
		height: 452px;	
		height:420px;	
		height:420px;*/
		/* CSS HACK */
		height: 300px;	/* IE 5.x */
		height/* */:/**/300px;	/* Other browsers */
		height: /**/300px;*/		
		width:580px;		
		float:left;
	}
	#lhwaitMessage{
		display:none;
		position:absolute;
		left:10px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;
	}	
	#lhgalleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		
		/* CSS HACK */
		height: 400px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/400px;	/* Other browsers */
		height: /**/455px;
		
		/* CSS HACK */
		width: 155px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/155px;	/* Other browsers */
		width: /**/155px;
				
		border:0px solid #000;	/*no Black border */		
		padding:1px;	/* A little space between the black border and the content inside */
		
	}
	#lhgalleryContainer #lharrow_down{	/* Arrow down image */
		height:35px;
	}
	#lhgalleryContainer #lharrow_up{
		height:35px;	/* Arrow up image */
	}
	
	#lhtheImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:380px;	/* Height of boxes for the images */
	}
	#lhtheImages div{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
		
	}
	#lhtheImages img{
		border:0px;	/* No border */
		filter:alpha(opacity=50);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
		padding-top:1px;	/* Space between images */
	}
	#lhtheImages img#Image61{
		border:0px;	/* No border */
		filter:alpha(opacity=100);	/* Transparency - IE */
		opacity:1.0; /* Transparency - Firefox */
		padding-top:1px;	/* Space between images */
	}
	#lhpreviewPane #lhlargeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Arial, Verdana, Helvetica, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#lhtheImages .lhimageCaption{
		display:none;
	}
