body *{outline:none;}
	#dhtmlgoodies_slideshow{
		width:700px;	/* Total width of slideshow */


	}
	
	#previewPane{
		
		margin-right:10px;	
		text-align:center;
		vertical-align:middle;
		padding:0px 0px 0 0px;
		background-color:none;
		width:547px;		
		float:left;
		position:relative;
		height:308px;
		border:solid gray 1px;
				
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:240px;
		top:190px;
		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 */
		float:left;	/* Floating */
		
		/* CSS HACK */
		height: 325px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/325px;	/* Other browsers */
		height: /**/25px;
		
		/* CSS HACK */
		width: 124px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/120px;	/* Other browsers */
		width: /**/113px;
			background-color:none;
				
			
		padding:0 0 10px 0;	/* A little space between the black border and the content inside */
		margin-left:23px;
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:30px;
		padding:0 0 0 0px;
		 text-align:center;
		
		
		
		
	}
	#galleryContainer #arrow_up{
		height:23px;
		
		padding:0 0px 0 0px;	/* Arrow up image */
		 text-align:center;
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:255px;	/* Height of boxes for the images */
		margin:10px 0px;
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
		
	}
	#theImages .activethumb{
		border:0px;	/* No border */
		filter:alpha(opacity=100);	/* Transparency - IE */
		opacity:1; /* Transparency - Firefox */
		padding-top:1px;	/* Space between images */
		border-bottom:solid gray 1px;
		margin-top:-4px;
	}
	#theImages img{
		border:0px;	/* No border */
		filter:alpha(opacity=50);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
		padding-top:1px;	/* Space between images */
		border-bottom:solid gray 1px;
		margin-top:-4px;
		
	}
	
	#theImages img:hover{
		border:0px;	/* No border */
		filter:alpha(opacity=100);	/* Transparency - IE */
		opacity:1; /* Transparency - Firefox */
		padding-top:1px;	/* Space between images */
		border-bottom:solid gray 1px;
		margin-top:-4px;
	}
	#theImages .activeimg{
		border:0px;	/* No border */
		filter:alpha(opacity=100);	/* Transparency - IE */
		opacity:1; /* Transparency - Firefox */
		padding-top:1px;	/* Space between images */
		border-bottom:solid gray 1px;
		margin-top:-4px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		
		text-align:left;
		font-family:Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
		 font-size:11px;
		 color:#B2B1B1;
	 font-weight:normal;
		line-height:16px;
		
		margin-top:10px;
		width:550px;
	}
	#theImages .imageCaption{
		display:none;
	}
	#headText{ color:#FFFFFF; font-size:18px;}
