
	
	#previewPane{
		border:1px solid #CCCCCC;
		
		text-align:center;
		vertical-align:middle;
		height:302px;
		position:relative;
		
	}
	#previewPane img{
	
	}
	#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{
		
		height:91px;	/* Height of the images + 2 */
		
		position:relative;
		overflow:hidden;
		padding:1px;
		
		/* CSS HACK */
		height: 93px;	/* IE 5.x - Added 2 pixels for border left and right */
		height/* */:/**/93px;	/* Other browsers */
		height: /**/93px;
				
	}
	#arrow_left{
		position:absolute;
		left:0px;
		z-index:20;
		
	}
	#arrow_right{
		position:absolute;
		right:0px;
		z-index:20;
		background:#FFFFFF;
				
	}
	
	#theImages{
		position:absolute;
		height:91px;
		left:22px;
		width:100000px;
	}
	#theImages #slideEnd{
		float:left;
	}
	#theImages img{
		float:left;
		filter: alpha(opacity=80);
		opacity: 0.8;
		cursor:pointer;
		border:solid 1px #FFFFFF;
	}

	#waitMessage{
		display:none;
		position:absolute;
		left:160px;
		top:135px;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}
	
	#theImages .imageCaption{
		display:none;
	}