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


	}
	
	#previewPane{
		border:1px solid #CCCCCC;
		margin-bottom:10px;	
		text-align:center;
		vertical-align:middle;
		padding-top:4px;

		position:relative;
		
		/* CSS HACK */
		height: 480px;	/* IE 5.x */
		height/* */:/**/480px;	/* Other browsers */
		height: /**/480px;
				
	}
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		color:#666666;
		text-align:left;
		font-family:Arial, sans-serif;	/* Font to use */
		font-size:11px;
		padding:0 15px 0 15px;
	}
	#galleryContainer{
		
		height:93px;	/* Height of the images + 2 */
		border:1px none #a29087;
		position:relative;
		overflow:hidden;
		padding:1px;
		margin-bottom:15px;
		/* CSS HACK */
		height: 93px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/93px;	/* Other browsers */
		height: /**/93px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
		cursor:pointer;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		background-color: #FFF;
		padding:1px;
		cursor:pointer;		
	}
	#theImages{
		position:absolute;
		height:100px;
		left:43px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:1px solid #a29087;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:250px;
		top:180px;
		/*background-color:#FFF;
		border:3px double #000;*/
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}