
	#previewPane{
		border:0px solid #000;
		margin-right:5px;	
		text-align:center;
		vertical-align:middle;
		padding-top:0px; width:540px;
		
		
		/* CSS HACK */
		height: 355px;	/* IE 5.x */
		height/* */:/**/323px;	/* Other browsers */
		height: /**/323px;			
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
	
		font-family:arial;	
	}	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		/* Floating */
		
		/* CSS HACK */
		height: 445px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/445px;	/* Other browsers */
		height: /**/445px;
		
		/* CSS HACK */
		width: 127px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/127px;	/* Other browsers */
		width: /**/127px;
				
		border:0px solid #000;	/* Black border */		
		padding:0px;	/* A little space between the black border and the content inside */
		text-align:center
		
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		height:20px; width:127px; text-align:center; cursor:pointer
	}
	#galleryContainer #arrow_up{
		height:20px; width:127px; text-align:center; cursor:pointer
		/* Arrow up image */
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:445px;	/* Height of boxes for the images */
	}
	
	
	#theImages div{	
		position:relative;	/* Don't change this */
		height:1500px;	/* Higher than total height of thumbnails */
		
	}
	#theImages img{
		border:0px;	/* No border */
		padding-top:1px;	/* Space between images */
		margin: 1px;
	}
	#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		text-align:center; padding-top:6px; padding-bottom:6px;
		font-family: Tahoma;	/* Font to use */
		font-size:11px;
	}
	#theImages .imageCaption{
		display:none;
	}
