	#dhtmlgoodies_slideshow{


	}
	
	#previewPane{
	margin-right:0px;
	text-align:center;
	vertical-align:middle;
	padding-top:0px;
	/* CSS HACK */
		height: 300px;	/* IE 5.x */
	height/* */:/**/300px;	/* Other browsers */
	height: /**/260px;
	width:400px;
	float:left;
				
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:600px;
		top:150px;
		background-color:#FFFFFF;
		border:1px;
		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: 454px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
	height/* */:/**/438px;	/* Other browsers */
	height: /**/250px;
	/* CSS HACK */
		width: 90px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
	width/* */:/**/90px;	/* Other browsers */
	width: /**/90px;	/* A little space between the black border and the content inside */
	padding-right:15px;
	padding-top: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:25px;
	}
	#galleryContainer #arrow_up{
	height:25px;	/* Arrow up image */
	width: 100px;
	}
	
	#theImages{	/* DIV where the images are located */
	position:relative;
	overflow:hidden;
	width:100px;
	height:195px;	/* Height of boxes for the images */
	}
	#theImages div{
	position:relative;	/* Don't change this */
	height:830px;
		
	}
	#theImages img{
		border:0px;	/* No border */
		filter:alpha(opacity=70);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
		padding-top:1px;	/* Space between images */
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	border:0px;	/* No border */
	font-family: Arial;	/* Font to use */
	font-weight:normal;
	font-size:10px;
	text-align:justify;
	}
	#theImages .imageCaption{
		display:none;
	}

