body{
	padding: 0px;
}

	#dhtmlgoodies_slideshow{
		width:680px;	/* Total width of slideshow */
	}

	#previewPane{
		border:0px solid #CCCCCC;
		margin:0px;	
		text-align:center;
		vertical-align:middle;
		padding:0px 0px 10px 0px;
		position:relative;		
		/* CSS HACK */
		height: 332px;	/* IE 5.x */
		height/* */:/**/330px;	/* Other browsers */
		height: /**/330px;
				
	}
	#previewPane img{
		line-height:320px;
		border:1px solid #000;
	}
	#largeImageCaption{	/* CSS styling of image caption below large image */
		
		font-family: Arial, Helvetica,  Verdana, sans-serif;
		font-size: 11px;
		color: #58595B;
		text-shadow: #000000;
		font-weight: normal;
		letter-spacing: 0px;
		padding: 0px;

	}
	#galleryContainer{
		
		height:100px;	/* Height of the images + 2 */
		width:468px;	/* Width of the container */
		position:relative;
		overflow:hidden;
		padding: 5px 0px 10px 0px;		
		/* CSS HACK */
		height: 102px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/100px;	/* Other browsers */
		height: /**/100px;
		clear: left;
		
				
	}
	#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:110px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:0px;
		margin:3px;
		filter: alpha(opacity=70);
		opacity: 0.7;
		cursor:pointer;
		border:1px solid #000;
		
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:242px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}