#slideshow{
		width:350px;	/* Total width of slideshow */
	}
	
	#previewPane{
				
	}
	#previewPane img{
    max-width:500px;
	width:expression(this.width > 500 ? 500:true);
	}
	#previewPane #largeImageCaption {	/* CSS styling of image caption below large image */
	}
	#galleryContainer{
		
		height:59px;	/* Height of the images + 2 */
		border:0px solid #CCCCCC;
		position:relative;
		overflow:hidden;
		padding:1px;
		padding-bottom:5px;
		
		
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:10;
	
		padding:1px;
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:10;
		padding:1px;		
	}
	
	#theImages{
		position:absolute;
		height:59px;
		left:20px;
		width:100000px;
		
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		padding:1px;
		filter: alpha(opacity=50);
		opacity: 0.5;
		cursor:pointer;
		border:0px;
		padding:8px 2px 0px 2px;
	}

	#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;
	}
		

