	#dhtmlgoodies_slideshow{
		width:661px;	/* Total width of slideshow */
	}
	
/*	 a.projects:active img, a.projects:focus img {
		border: 1px;
		border-style:solid;
		border-color:#FFFFFF;
		filter:alpha(opacity=100);   
		-moz-opacity: 1.0;   
		opacity: 1.0;
	} 
	 
	a.projects:hover img {
		border: 1px;
		border-style:solid;
		border-color:#FFFFFF;
		filter:alpha(opacity=100);   
		-moz-opacity: 1.0;   
		opacity: 1.0;
	} 
/*	
	a.projects img {
		filter:alpha(opacity=50); 
		-moz-opacity: 0.5; 
		opacity: 0.5;
	}
	
*/	
	#previewPane{
		border:0px solid #CCCCCC;
		margin-bottom:3px;
		margin-left: 3px;	
		/*text-align:center;*/
		vertical-align:middle;
		padding-left:0px;
		position:relative;
		background-color:#cccccc;
		width: 434px; 
		
		/* CSS HACK */
		height: 289px;	/* IE 5.x */
		height/* */:/**/289px;	/* Other browsers */
		height: /**/289px;
				
	}
	
	#previewPane img{
		line-height:280px;

	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	
	#previewPane1{
		border:0px solid #CCCCCC;
		margin-bottom:3px;
		margin-left: 3px;	
		/*text-align:center;*/
		vertical-align:middle;
		padding-left:0px;
		position:relative;
		background-color:#cccccc;
		width: 434px;
		
		/* CSS HACK */
		height: 344px;	/* IE 5.x */
		height/* */:/**/344px;	/* Other browsers */
		height: /**/344px;
				
	}
	
	#previewPane1 img{
		line-height:280px;

	}
	#previewPane1 #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	
	
	
	
	#galleryContainer{
		width:619px;	/* was 450px */
		height:89px;	/* Height of the images + 2 */
		border:0px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 89px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/89px;	/* Other browsers */
		height: /**/89px;
				
	}
	#arrow_left{
		position:absolute;
		left:3px;
		z-index:10;
		background-color: #999;
		padding:0px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #999;
		padding:0px;		
	}
	#theImages{
	position:absolute;
	height:72px;
	margin: 5px;
	width:619px;
	}
	
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		margin:3px;
/*		filter: alpha(opacity=50);
		opacity: 0.5;
*/		
		cursor:pointer;
		border:0px;
	}
/*	
	#theImages img:hover{
		border: 1px;
		border-color:#FFFFFF;
		border-style: solid;
	}

*/	#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;
	}
