
	#dhtmlgoodies_slideshow{
		vertical-align:top;
		width:700px;	/* Total width of slideshow */


	}
	
	#previewPane{
		margin-bottom:10px;
		text-align:left;
		vertical-align:top;

		position:relative;
		
		/* CSS HACK */
		height: 10px;	/* IE 5.x */
		height/* */:/**/380px;	/* Other browsers */
		height: /**/460px;
				
	}
	#previewPane img{
		height:460px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:right;
		font-family:  Arial, sans-serif;	/* Font to use */
		font-size:11px;
		position:absolute;
		bottom: -5px;
		right: 722px;
		z-index:100;
		width:300px;
	}

	
	
	#galleryContainer{
		
		position:relative;
		padding-bottom:5px;
				
	}


	#theImages{
		position:relative;
		width:100%;
		display: block;	
	}
	
	#theImages #slideEnd{
	}
	#theImages img{
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border-top: 0px;
		border-left: 0px;
		border-bottom: 0px;
		margin:0px 5px 5px 0px;
	}
	

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
	
.navigation{ 
display:block;
width:500px;
height:60px; }
	