body {
		background: #000000;
		margin:0px;
}
	
#dhtmlgoodies_slideshow{
	position:relative; 
	width:946px; 
	height:450px;
	margin-left:auto;
	margin-right:auto;
}
	
#previewPane{
		height: 450px;
		width: 350px;		
		float: left;
		margin-left:20px;
		margin-top:20px;
}

	#waitMessage{
		display:none;
		position:absolute;
		left:150px;
		top:225px;
		font-family: Calibri;
	font-size: 14px;
	color: #FFFFFF;
	text-align: justify;
	font-weight: normal;
	}	
	
#galleryContainer{
		float:right;	
		margin-right:20px;
		margin-top:20px;
		height: 450px;
		width: 400px;
}

	#galleryContainer #arrow_down{	/* Arrow down image */
		height:17px;
		float:left;
		
	}
	#galleryContainer #arrow_up{
		height:17px;	/* Arrow up image */
	}
	
#theImages{
		position:relative;
		overflow:hidden;
		height:450px;
}

	#theImages div{	
		position:relative;	/* Don't change this */
		height:450px;	/* Higher than total height of thumbnails */
		
	}
	#theImages img{
		border:0px;	/* No border */
		filter:alpha(opacity=75);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
		padding-top:0px;	/* Space between images */
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	
		text-align:center;
		font-family: Calibri;
		font-size: 14px;
		color: #FFFFFF;
		text-align: justify;
		font-weight: normal;
	}
	#theImages .imageCaption{
		display:none;
	}
