	
	#dhtmlgoodies_slideshow{
		width:679px;
			/* Total width of slideshow */


	}
	
	#previewPane{
	width:679px;
		margin-bottom:10px;	
		padding-top:0px;
		/* CSS HACK */
		height: 440px;	/* IE 5.x */
		height/* */:/**/440px;	/* Other browsers */
		height: /**/440px;
				
	}
	#previewPane img{
		line-height:440px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		 padding-top:10px;
		 font-style:normal;
		text-align:left;
		font-family: Arial;	/* Font to use */
		font-size:11px;
		height:20px;
		color:#FFFFFF;
		
	}
	#galleryContainer{
		
			/* Height of the images + 2 */
		position:relative;
		overflow:hidden;

		
		/* CSS HACK */
		height: 84px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/84px;	/* Other browsers */
		height: /**/84px;
				
	}
	#arrow_left{
	position:absolute;
	left:0px;
	z-index:10;
	background-color: #FFF;
	padding:1px;
	height:100px;
	}
	#arrow_right{
		position:absolute;
		right:-1px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
		height:100px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:2000px;
		
	}
	#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:470px;
		top:570px; background-color:#FFFFFF;
		background-image:url(../images/loading1.gif); height:18px; width:220px;
		line-height:16px;
		border:3px double #000;
		padding:2px 2px 0px 2px;
		text-align:center;
		color:#555;
	}
	
	#theImages .imageCaption{
		display:none; padding:1px
	}
