	#dhtmlgoodies_slideshow{
		width:616px;	/* Total width of slideshow */


	}
	
	#previewPane{
		border:none;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:10px;

		position:relative;
		
		/* CSS HACK */
		height: 600px;	/* IE 5.x */
		height/* */:/**/460px;	/* Other browsers */
		height: /**/460px;
				
	}
	#previewPane img{
		line-height:400px;
		border:5px solid #5a5959;
		padding:3px;
	}
	#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:11px;
	}
	#galleryContainer{
		
		height:130px;	/* Height of the images + 2 */
		border:none;
		position:relative;
		overflow:hidden;
		padding:1px;
				
		/* CSS HACK */
		height: 142px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/130px;	/* Other browsers */
		height: /**/130px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		padding:3px;
		background-color:#2c2c2c;
		border-right:solid 1px #333333;
		cursor:pointer;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #2c2c2c;
		padding:3px;
		border-left:solid 1px #333333;
		cursor:pointer;	
	}
	#theImages{
		position:absolute;
		height:130px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:6px;
		margin:3px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:4px solid #5a5959;
	}
	
	/*#theImages img:hover {border:4px solid #5b974d;}*/
	
	#waitMessage{
		display:none;
		position:absolute;
		left:15px;
		top:15px;
		border:none;
		padding:4px;
		color:#2c2c2c;
		font-size:14px;
		font-family:arial;
		font-weight:bold;
		text-align:center;
		
	}
	
	#theImages .imageCaption{
		display:none;
	}
	
	
	

	