
	#previewPane{
		position: relative;
		border:0px solid #000;
		text-align: center;
		
		/* CSS HACK */
		height: auto;	/* IE 5.x */
		height/* */:/**/auto;	/* Other browsers */
		height: /**/auto;
				
	}
	#waitMessage{
		display:none;
		position:absolute;
		left:200px;
		top:150px;
		background-color:#FFF;
		border:3px double #000;
		padding:4px;
		color:#555;
		font-size:0.9em;
		font-family:arial;	
	}	
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		/* CSS HACK */
		height: 270px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/254px;	/* Other browsers */
		height: /**/254px;
		float: right;
	}
	#galleryContainer #arrow_down{	/* Arrow down image */
		cursor: pointer;
		text-align: center;
	}
	#galleryContainer #arrow_up{
		cursor: pointer;
		text-align: center;
	}
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:295px;	/* Height of boxes for the images */
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:3000px;	/* Higher than total height of thumbnails */
	}
	#theImages img{
		border:0px;	/* No border */
		margin: 0px 0px 3px 0px ;
		padding:  0px;

	}
	#theImages .imageCaption{
		display:none;
	}