		#dhtmlgoodies_slideshow{
		width:370px;	/* Total width of slideshow - width of large photos+10 for padding */
	}
	
	#previewPane{
		/*border:1px solid #000000;*/
		/*margin-bottom:10px;	*/
		margin-bottom:2px;	
		text-align:center;
		vertical-align:middle;
		/*padding-top:10px;*/
		padding-top:2px;
		position:relative;		
		/* CSS HACK */
		/* height: 260px;	IE 5.x+2  - height of picture plus photo*/
		/*height: 420px; Other browsers */
		/* you may want to add to avoid "jumping" with different height captions*/
		/*height: 320px;*/
				
	}
	#previewPane img{
		/*line-height:400px; /* height o photo */
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:justify;
		font-family:arial;	/* Font to use */
		font-size:0.95em;
		color:#000;
		font-weight:normal;
	}
	#galleryContainer{
		
		/*height:102px;	/* Height of the images + 2 */
		/*border:1px solid #CCCCCC; if you want a border around the arrows & thumbnail */
		position:relative;
		overflow:hidden;
		padding:px;
		
		/* CSS HACK */
		/* if no height set thumbnails don't appear height must be as large as arrows or thumbnail whichever larger*/
		height: 62px;	/* IE 5.x - Added 2 pixels for border left and right */
		/*height: 102px;*/ /*  other browsers*/
		vertical-align:middle;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #CCC;
		padding:0px;
		padding-top:10px;
		padding-bottom:10px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #CCC;
		padding:0px;		
		padding-top:10px;
		padding-bottom:10px;
	}
	#theImages{
		position:absolute;
		height:60px;
		left:40px;
		width:100000px;
		vertical-align:middle;
		
	}
	#theImages #slideEnd{
		float:left;

	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
	.div370 {
	width:370px;
	padding:0px;
	margin:0px; }