
	#dhtmlgoodies_slideshow{
		width: 580px; margin: 0 0 1em 0;	/* Total width of slideshow */
	}
	
	#previewPane{
		padding:10px 0 0 10px;
		background-color: #efefef;
	}
	
	#previewPane p.imgPara { float: left; margin: 0 1em 0 0; }

	#previewPane #largeImageCaption {	/* CSS styling of image caption below large image */
		
		font-family: "Trebuchet MS", Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
		margin: 0 0em 0 0.6em;
		
	}
	
	 .descScroll { 
		height: 230px;
		overflow: auto;
		 margin-bottom: 10px
	}
	
	img.downloadLink { }
	
	#previewPane #largeImageCaption h3 {}
	
	#previewPane #largeImageCaption p { margin-right: 1em;}
	
	#previewPane #largeImageCaption ul {}
	
	#previewPane #largeImageCaption .descArea { padding: 1.5em 0 0 0.5em; }
	#previewPane #largeImageCaption h3 { color: #666666; margin: 0; padding: 0; }
	#previewPane #largeImageCaption ul { padding: 0 0 0 0; list-style: none; }
	#previewPane #largeImageCaption ul li { padding: 0 0 0 0; list-style: none; }
	#previewPane #largeImageCaption ul li a.inDescLink {  color: white; text-decoration: none; padding: 0; margin: 0; }

	#galleryContainer{
		height:92px;	/* Height of the images + 2 */
		position:relative;
		overflow:hidden;
		padding:1px;
		background-color: #F88A00;
		
		/* CSS HACK */
		height: 94px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/92px;	/* Other browsers */
		height: /**/92px;
				
	}
	#arrow_left{
		display: inline; 
	}
	#arrow_right{
		display: inline;
	}
	#theImages{
		position:absolute;
		height:85px;
		left:0px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages p.backer { float: left; background-color: #fff; margin:10px 1px 1px 10px; border: 1px solid white; padding: 0; height: 70px; }
	#theImages img {
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
		border: none;
	}

	#waitMessage{
		display:none;
		position:relative;
		left:-210px;
		top:-150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}