
	#dhtmlgoodies_slideshow{
		width:600px;
		border:0px;	/* Total width of slideshow */
	}
	
	#previewPane{
		
				
	}
	#previewPane img{
		
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		
	}
	#galleryContainer{
		
		height:112px;	/* Height of the images + 2 */
		border:0px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 112px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/110px;	/* Other browsers */
		height: /**/110px;
				
	}
	
	#theImages{
		position:absolute;
		height:100px;
		left:40px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
	}

	#waitMessage{
	
		display:none;
		position:absolute;
		left:450px;
		top:300px;
		background-color:#000;
		border:3px double #000;
		padding:4px;
		font-size:0.9em;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #FFA701;
		text-decoration: none;
		font-weight:bold;
			
	}
	
	#theImages .imageCaption{
		display:none;
	}
	#arrow_left{
		background-image: url(../images/arrow_left_over.gif);
	}
	#arrow_right{
		background-image: url(../images/arrow_right_over.gif);
	}
