	
	#dhtmlgoodies_slideshow{
		width:100%;	/* Total width of slideshow */
		


	}
	
	#previewPane{
		width:430px;
		padding-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-right:15px;
		float:left;
		position:relative;
		
		/* CSS HACK */
		height: 500px;	/* IE 5.x */
		height/* */:/**/500px;	/* Other browsers */
		height: /**/500px;
				
	}
	
	
	
	#previewPane img{
		line-height:500px;
		border:5px solid #fff;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-size:11px;
	}
	
	#textPane{
		padding-top:5px;
		height:445px;
		width:350px;
		text-align:left;
		float:left;
		padding-right:5px;
		border:1px solid #CCCCCC;
		background-color:#fff;
		overflow:auto;
			
	}
	
	#textPane p, h3 {margin: 10px;}
	
	#galleryContainer{
		
		height:125px;	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		background-color:#fff;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 125px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/125px;	/* Other browsers */
		height: /**/125px;
				
	}
	#arrow_left{
		top:10px;
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
	top:10px;
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		padding-top:10px;
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:150px;
		top:220px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
