/*************************** IMAGES *****************/


	#previewPane{
	
	}
	
	#previewPane img{
		line-height:400px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	
	#waitMessage{
		display:none;
		position:absolute;
		left:500px;
		top:450px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:11pt;
		font-family:arial;	
	}
