
	#dhtml_slideshow{
		width:650px;	/* Total width of slideshow */
		padding:12px;
		position:relative;
		border:1px solid #997cb5; 
		background:#e5e6f0;
		text-align:center;
	}
	
	#previewPane{
		border: none;/*1px solid #CCCCCC;*/
		margin-bottom:2px;	
		text-align:center;
		vertical-align:middle;
		padding:2px;
		width:97%;
		border:0px solid #997cb5;

		position:relative;
		
		/* CSS HACK */
		height: 450px;	/* IE 5.x */
		height/* */:/**/450px;	/* Other browsers */
		height: /**/450px;
				
	}
	#previewPane img{
		line-height:1px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		/*font-style:italic;*/
		text-align:left;
		font-family:Tahoma, Arial;	/* Font to use */
		font-size:9pt;
		padding:5px;
	}
	#galleryContainer{
		
		height:65px;	/* Height of the images + 2 */
		border:none;/*1px solid #CCCCCC;*/
		position:relative;
		overflow:hidden;
		padding:0px;
		border:1px solid #997cb5;
		width:75%;
		
		/* CSS HACK */
		height:  65px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/65px;	/* Other browsers */
		height: /**/65px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #eff0f9;
		padding-right:5px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #eff0f9;
		padding-left:5px;		
	}
	#theImages{
		position:absolute;
		height:65px;
		left:40px;
		width:100000px;
		font-size: 9pt;
		
	}
	#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:fixed;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size: 9pt;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
		font-size: 9pt;
	}