	.previewText {
		font-family: Verdana, Arial, Sans Serif;
		font-size: 1.4em;
		color: #666666;
		font-weight:bold;
	}

	#dhtmlgoodies_slideshow{
		xwidth:600px;	/* Total width of slideshow */
		width:752px;	/* Total width of slideshow */
	}
	
	#previewPane{
		xborder:1px solid #666666;
		margin-top:20px;	
		text-align:center;
		vertical-align:middle;
		xpadding-top:10px;

		position:relative;
		
		/* CSS HACK */
		xheight: 432px;	/* IE 5.x */
		xheight/* */:/**/420px;	/* Other browsers */
		xheight: /**/420px;
				
	}
	#previewPane img{
		xline-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		xfont-style:italic;
		text-align:center;		
		font-family: Verdana, Arial, Sans Serif;	/* Font to use */
		font-size:1.4em;
		font-weight:bold;
		color: #666666;
	}
	#galleryContainer{		
		height:102px;	/* Height of the images + 2 */
		xborder:1px solid #666666;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 104px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/102px;	/* Other browsers */
		height: /**/102px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;		
	}
	#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;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:1.2em;
		font-family:Verdana, Arial, Sans Serif;	
	}
	
	#theImages .imageCaption{
		display:none;
	}