
	#dhtmlgoodies_slideshow{
		width:470px; margin-left:5px;	/* Total width of slideshow */


	}
	
	#previewPane{
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:30px;
		
		position:relative;
		
		/* CSS HACK */
		height: 332px;	/* IE 5.x */
		height/* */:/**/332px;	/* Other browsers */
		height: /**/332px;
				
	}
	#previewPane img{
		line-height:400px; border:1px solid #dbdbdb;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:center;			/* Font to use */
		font-size:0.9em;
		color:#002c77;
		
		
	}
	#galleryContainer{
		
		height:52px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		 
		
		/* CSS HACK */
		height: 54px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/52px;	/* Other browsers */
		height: /**/52px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #fff;
		padding-right:1px;
		
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #fff;
		padding-left:1px;		
	}
	#theImages{
		position:absolute;
		height:51px;
		left:56px;
		width:10000px; 
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:0 1px 0 0;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
		
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:210px;
		top:160px;
		padding:6px 6px 2px 6px;
		border:1px #808080 solid; background-color: #fff; filter:alpha (opacity=70); );-moz-opacity:.70;opacity:.70;-khtml-opacity: 0.7;  	
	}
	
	#theImages .imageCaption{
		display:none;
	}