@charset "UTF-8";
/* CSS Document */

	#dhtmlgoodies_slideshow{
		width:505px;	/* Total width of slideshow */
		margin-top:-50px;
		margin-left:255px;
	}
	
	#previewPane{
		margin-right:10px;	
		text-align:center;
		vertical-align:middle;
		
		
		/* CSS HACK */
		height: 350px;	/* IE 5.x */
		height/* */:/**/350px;	/* Other browsers */
		height: /**/350px;
		
		width:400px;		
		float:left;
				
	}
	#previewPane img{
		max-width:400px;
		border:thin solid #FFFFFF;
		max-height:325px;	
	}
	#waitMessage{
		display:none;
		background-color:#FFF;
		border:thin solid #799C98;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;
		position:fixed;
		vertical-align:middle;
		z-index:100;	
	}	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		
		/* CSS HACK */
		height: 259px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/250px;	/* Other browsers */
		height: /**/250px;
		
		/* CSS HACK */
		width: 80px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/76px;	/* Other browsers */
		width: /**/76px;
				
		padding:1px;	/* A little space between the black border and the content inside */
		margin-top:-30px;
		margin-left:10px;
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		text-align:center; /* Centers Image below thumbnails */
		height:35px;
	}
	#galleryContainer #arrow_up{
		text-align:center; /* Centers Image above thumbnails */
		height:35px;	/* Arrow up image */
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:250px;	/* Height of boxes for the images */

	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
		
	}
	#theImages img{
		height:55px;
		width:75px;
		border:0px;	/* No border */
		filter:alpha(opacity=50);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
		margin-top:2px;	/* Space between images */
		border:thin solid #FFFFFF;	
	}
	#largeImageCaption{
		margin-top:140px;
		margin-left:39px;
		width:190px;
		float:left;
		text-align:left;
		font-size:11px;
		}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		padding-top:10px;
		font-family: Arial, Helvetica, sans-serif;	/* Font to use */
		font-size:10px;
		font-size:small;
		color:#00467F;
	}
	#theImages .imageCaption{
		display:none;
	}