	#previewPane{	
		text-align:center;
		vertical-align:middle;	
		float:left;
				
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:40px;
		top:100px;
		background-color:#FFF;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}	

	

	#theImages div{	
		position:relative;	/* Don't change this */		
	}

	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		position:relative;
		top:190px;
		right:20px;
		text-align:right;
		font-size:1.5em;
		color:#B61D25;
	}
	#theImages .imageCaption{
		display:none;
	}
