
	#previewPane{
		
		vertical-align: middle;
		position:relative;
	}

	#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;
	}
	#galleryContainer{
		
		/*border:1px solid #CCCCCC;*/
		position:relative;
		overflow:hidden;
	}

	#theImages img{
		filter: alpha(opacity=93);
		opacity: 0.9;
		cursor:pointer;
		/*border:0px;*/
	}

	#waitMessage{
		display:hide;
		position:relative;
		z-index:10;
		direction: ltr;
	}

	#theImages .imageCaption{
		display:none;
	}
	
	#theImages .imageTitle{
		display:none;
	}
	
	#theImages .imageOrder{
		display:none;
	}
	
	.largeImageCaption{
		text-align: left;
		color: #ffffff; 
		font-size: 12px;
	}
	
	.largeimagetitle{
		text-align: left;
		font-size: 12px; 
		color: #ffffff;
		font-weight: bold;
	}
