
	#dhtmlgoodies_slideshow{
		width:670px;	/* Total width of slideshow */
background-color: #eee;		

	}
	#dhtmlgoodies_slideshow img{
	border: 2px solid #eee;

	}
	#previewPane{
	margin-bottom:10px;
	text-align:center;
	vertical-align:middle;
	padding-top:10px;
	position:relative;
	/* CSS HACK */
		height: 500px;	/* IE 5.x */
	height/* */:/**/500px;	/* Other browsers */
	height: /**/500px;
			
	}
	#previewPane img{
	max-width:650px;
	max-height:500px;
	border: 2px solid #E0E0E0;
	}
	
	#galleryContainer{
		
		height:60px;	/* Height of the images + 2 */
		/* border:1px solid #CCCCCC; */
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 62px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/62px;	/* Other browsers */
		height: /**/62px;
				
	}
	#theImages{
		height:62px;
		width:650px;
		
	}
	#theImages #slideEnd{
		float:left;
	}