	body{
	}
	#dhtmlgoodies_slideshow{
		width:390px;	/* Total width of slideshow */
	}
	
	#previewPane{
		border:0px solid #CCCCCC;
		text-align:center;
		padding-top:0px;
		padding-bottom: 0px;

		position:relative;
		
		/* CSS HACK */
		height: 241px;	/* IE 5.x */
		height/* */:/**/241px;	/* Other browsers */

				
	}
	#previewPane img{
		line-height:0px;
	}
	#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 em;
	}
	#galleryContainer{
		
		height:60px;	/* Height of the images + 2 */
		border:0px;
		position:relative;
		overflow:hidden;
		padding:0px;
		
		/* CSS HACK */
		height: 60px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/60px;	/* Other browsers */
		height: /**/60px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:0px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding: 0px;
	}
	#theImages{
		position:absolute;
		height:60px;
		left:20px;
		width:3860px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:0px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:120px;
		top:120px;
		background-color:#ff0000;
		border:0px solid #ff0000;
		padding:0px;
		color:#ffffff;
		font-size:0.7em;
		font-weight: normal;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
.tdForThePadding{
padding-top: 5px;
padding-bottom: 5px;
}
.tdForTheText{
padding-top: 0px;
padding-bottom: 0px;
padding-right: 0px;
padding-left: 7px;
font-family: helvetica;
font-weight: normal;
font-size:0.7em;
color: #ffffff;
}

