#dhtmlgoodies_slideshow{
	width:374px;	/* Total width of slideshow */
}
#previewPane{
	border:		none;
	margin-bottom:	10px;	
	text-align:		center;
	vertical-align:	middle;
	padding:		0px;
	position:		absolute;
	top:		109px;	/* 84px + 25px */		
	/* CSS HACK */
	height: 		216px;	/* IE 5.x */
	height/* */:/**/216px;	/* Other browsers */
	height: /**/216px;
	}
#previewPane img{
	/*line-height:400px;*/
	}
#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	font-style:normal;
	font-size:10px;
	text-align:left;
	font-family: Verdana, Arial, sans-serif;	/* Font to use */
	position:absolute;
	left:389px;
	top:0px;
	width:300px;
	}
	#galleryContainer{
		height:86px;	/* Height of the images + 2 */
		position:		relative;
		top:		25px;
		top:		0px;
		overflow:hidden;
		padding:1px;
		background-color: #EEEEEE;
		
		/* CSS HACK */
		height: 86px;	/* 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: transparent;
		padding:0px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: transparent;
		padding:0px;		
	}
	#theImages{
		position:absolute;
		height:120px;
		left:0px;
		width:100000px;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:5px;
		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-family:verdana;	
	}
	
	#theImages .imageCaption {
		display:none;
	}