#previewPane {
	float:left;
}
#galleryWaitMessage {
	display:none;
	position:absolute;
	background-color:#FFF;
	border:3px double #000;
	margin:4px;
	height: 75px;
	width: 75px;
	background: url(/common_graphics/loading.gif) no-repeat 0 0;
}
#galleryContainer {	/* Big Div surrounding up image, list of images and down image */
	text-align: center;
	float:left;	/* Floating */
	/* CSS HACK */
	height: 454px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
	height/* */:/**/438px;	/* Other browsers */
	height: /**/438px;
	/* CSS HACK */
	width: 124px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
	width/* */:/**/120px;	/* Other browsers */
	width: /**/120px;
	border:0px solid #000;	/* Black border */		
	padding:7px;	/* A little space between the black border and the content inside */
}
#galleryContainer #arrow_down {	/* Arrow down image */
	display: none;
	height:35px;
}
#galleryContainer #arrow_up {
	display: none;
	height:35px;	/* Arrow up image */
}
#galleryImages {	/* DIV where the images are located */
	display: none;
	position:relative;
	overflow:hidden;
}
#galleryImages div {	
	position:relative;	/* Don't change this */
	height:2000px;	/* Higher than total height of thumbnails */
}
#galleryImages img {
	border:0px;	/* No border */
	filter:alpha(opacity=50);	/* Transparency - IE */
	opacity:0.5; /* Transparency - Firefox */
	padding-top:4px;	/* Space between images */
}
#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;
}
div.imageCaption{
	display:none;
}