
	#dhtmlgoodies_slideshow{
		width:414px;	/* Total width of slideshow */

	}
	
	#previewPane{
		/*border:1px solid #CCCCCC;*/
		margin-bottom:0px;	
		text-align:left;
		vertical-align:middle;
		padding-top:0px;
		position:relative;
		
		/* CSS HACK */
		height: 358px;	/* IE 5.x */
		height/* */:/**/358px;	/* Other browsers */
		height: /**/358px;
				
	}
	#previewPane img{
		line-height:358px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:left;
		font-family: Arial, sans-serif;	/* Font to use */
		font-size:9pt;
		font-weight:normal;
	}
	#galleryContainer{
		
		height:50px;	/* Height of the images + 2 */
		/*border:1px solid #CCCCCC;*/
		position:relative;
		overflow:hidden;
		padding:0px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		
		padding:0px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
	
		padding:0px;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:0px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:0px;
		filter: alpha(opacity=85);
		opacity: 0.85;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;

	}
