	#dhtmlgoodies_slideshow{
		width:435px;	/* Total width of slideshow */
		margin-top:0px; /* 11 */
	}
	#IE8fix{
	display:none;
	}
	#previewPane{
		margin-bottom:00px;	
		text-align:center;
		vertical-align:middle;
		padding-top:00px;
		border-top: 1px dotted rgb(107, 107, 106);
		border-bottom: 1px dotted rgb(107, 107, 106);
		position:relative;
		margin-bottom:17px;
		/* CSS HACK */
		height: 339px;	/* IE 5.x */
		height/* */:/**/327px;	/* Other browsers */
		height: /**/327px;			
	}
	#previewPane img{
		line-height:327px;
	}
	#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.0em;
		display:none !important;
		line-height:0px;
		height:0px;
	}
	#galleryContainer{	
		height:102px;	/* Height of the images + 2 */
		border:0px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		width:435px;
		/* CSS HACK */
		height: 63px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/61px;	/* Other browsers */
		height: /**/61px;
		border-bottom: 1px dotted rgb(107, 107, 106);		
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:11;
		background-color: #FFF;
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:0px;
		padding-left:12px;
		padding-right:12px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:181px;
		top:144px;
		/*background-color:#000;*/
		border:0px double #000;
		padding:4px;
		color:#fff;
		font-size:0em;
		font-family:arial;
		background:url(/img/slideshow/trans.png) 0px 0px;
	}
	#theImages .imageCaption{
		display:none !important;
	}
	.arrow{
		font-size:48px;
		color:grey;
	}