?	#dhtmlgoodies_slideshow{
		width:100%x;	/* Total width of slideshow */
	}
	
	#previewPane{
		border-top:1px solid #ccccff;
		margin-top:10px;
		padding-bottom:10px;
		text-align:center;
		vertical-align:middle;
		position:relative;
		mon-height: 600px;

	}
	#previewPane img{
		/*line-height:400px; */
		padding:0;
		margin:0;
	}
	#previewPane {	/* CSS styling of image caption below large image */
		text-align:center;
		font-size:0.9em;
	}
	#largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:left;
		font-size:1.1em;
		padding: 5px 10px;
		margin-left:30px;
		
	}
	#galleryContainer{
		height:74px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:1px;
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		padding:9px 5px 9px 2px;
		background-color:#fff;
		
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #fff;
		padding:9px 2px 9px 5px;		
	}
	#theImages{
		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;
	}
	#theImages p{
		font-size:2em;
		color:#930;
		
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:300px;
		top:150px;
		background-color:#FFF;
		border:1px solid #ccccff;
		padding:4px;
		color:#544799;
		font-size:0.9em;	
	}
	
	#theImages .imageCaption{
		display:none;
	}