
	}
	#dhtmlgoodies_slideshow{
		width:990px;	/* Total width of slideshow */


	}
	
	#previewPane{
		border:0px solid #CCCCCC;
		margin-bottom:0px;	
		text-align:center;
		vertical-align:middle;
		padding-top:0px;

		position:relative;
		
		/* CSS HACK */
		height: 396px;	/* IE 5.x */
		height/* */:/**/396px;	/* Other browsers */
		height: /**/396px;
				
	}
	#previewPane img{
		line-height:396px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#galleryContainer{
		
		height:396px;	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 396px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
				
	}
	#arrow_left{
	filter: alpha(opacity=70);
		opacity: 0.7;
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #000000;
		padding:1px;

	}
	#arrow_right{
	filter: alpha(opacity=70);
		opacity: 0.7;
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #000000;
		padding:1px;	

	}
	#theImages{
		position:absolute;
		height:650px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:0px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{<br>
		display:none;

	}
	
	#theImages .imageCaption{
		display:none;
	}