	#previewPane{
		margin-bottom:0px;	
		text-align:center;
		vertical-align:middle;
		padding-top:0px;

		position:relative;
		
		/* CSS HACK */
		height: 382px;	/* IE 5.x */
		height/* */:/**/370px;	/* Other browsers */
		height: /**/370px;
				
	}
	#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;
	}
	#galleryContainer{
		padding:0px;
		float:center;
		
		/* CSS HACK */
		height: 64px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/62px;	/* Other browsers */
		height: /**/62px;
				
	}
	#theImages{
		float:center;
	}
	#theImages #slideEnd{
		float:center;
	}
	#theImages img{
		padding:0px;
		filter: alpha(opacity=30);
		opacity: 0.3;
		border-width:1px;
		border-color:#19439d;
		cursor:pointer;
		height:44px;
		width:40px;
		z-index:100;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:50px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}
