﻿	#dhtmlgoodies_slideshow{
		width:756px;	/* Total width of slideshow */


	}
	
	#previewPane{
		border:0px solid #000;
		margin-right:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top: 0px;
		margin-top: 0px;
		
		
		/* CSS HACK */
		height: 500px;	/* IE 5.x */
		height/* */:/**/500px;	/* Other browsers */
		height: /**/500px;
		width:536px;		
		float:left;
				
	}
	#waitMessage{
	display: none;
	position: absolute;
	left: 200px;
	top: 150px;
	background-color: #C0C0C0;
	border: 2px solid #000;
	padding: 4px;
	color: #555;
	font-size: 13px;
	font-family: arial;
}
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		
		/* CSS HACK */
		height: 500px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/500px;	/* Other browsers */
		height: /**/500px;
		
		/* CSS HACK */
		width: 182px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/182px;	/* Other browsers */
		width: /**/182px;
				
		border:0px solid #000;	/* Black border */		
		padding-top: 15px;
		margin-top: 15px;
		
	}
		
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:500px;	/* Height of boxes for the images */
	top: 0px;
	left: 0px;
}
	#theImages div{
	position: relative; /* Don't change this */;
	height: 450px;
	top: 0px;
	left: 0px;
}
	#theImages img{
		border:0px;	/* No border */
		filter:alpha(opacity=100);	/* Transparency - IE */
		opacity:1; /* Transparency - Firefox */
		 padding-bottom:6px;	/* Space between images */
	}
	#previewPane #largeImageCaption{
	/* CSS styling of image caption below large image */
		font-style: normal;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif; /* Font to use */;
	font-size: 14px;
	padding-top: 10px;
	color: #FFFFFF;
}
	#theImages .imageCaption{
		display:none;
	}