	#dhtmlgoodies_slideshow{
		width:164px;	/* Total width of slideshow */
	}
	
	#previewPane{
		border:1px solid #CCCCCC;
		margin-bottom:5px;	
		text-align:center;
		vertical-align:middle;
		padding-top:5px;

		position:relative;
		
		/* CSS HACK */
		/*height: 197px;*/	/* IE 5.x */
		height/* */:/**/185px;	/* Other browsers */
		height: /**/185px;
				
	}

	
	#previewPane img{

		border:3px solid #ffffff;
		
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: verdana;	/* Font to use */
		font-size:8pt;
		color:#6c6754;
	}
	#previewPane a
	{
		border:0px solid #CCCCCC;
	}
	#previewPane #headerCaption{	/* CSS styling of image caption below large image */
		top:10px;
		height:30px;
		font-style:normal;
		text-align:center;
		font-family: verdana;	/* Font to use */
		font-size:9pt;
		color:#6c6754;
		font-weight:bold;
	}	
	#galleryContainer{
		
		height:55px;	/* Height of the images + 2 */
		border:1px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:5px;
		vertical-align:middle;
		
		/* CSS HACK 
		height: 47px;*/	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/55px;	/* Other browsers */
		height: /**/55px;
				
	}
	#arrow_left{
		position:absolute;
		left:-1px;
		top:8px;
		z-index:10;
		
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:-1px;
		top:8px;
		z-index:10;
		
		padding:1px;		
	}
	#theImages{
		position:absolute;
		height:65px;
			
		width:10000px;
		left:15px;
	}
	#theImages #slideEnd{
		float:left;
	}

	#theImages img{
		float:left;
		padding:2px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:2px solid #ffffff;
		background-color:White;
		height:45px;
		width:auto;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:20px;
		top:20px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
	#theImages .imageHeader{
		display:none;
	}