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


	}
	
	#previewPane{
		border:0px;
		text-align:left;
		vertical-align:top;
		position:relative;
		padding-left:4px;

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

	#waitMessage{
		display:none;
		position:absolute;
		left:0px;
		top:200px;
		color:#0797af;
		font-size:10px;
		font-family:arial;
		line-height:5px;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
