#previewPane{
	margin-right:0px;		
}

#waitMessage{
	display:none;
	position:absolute;
	left:450px;
	top:350px;
	background-color:#FFF;
	border:1px #000;
	padding: 0px;
	color:#555;
	font-size:9px;
	font-family:Verdana;	
}
	
#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
	float:left;	/* Floating */
	
	/* CSS HACK */
	height: 463px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
	height/* */:/**/447px;	/* Other browsers */
	height: /**/447px;
	
	/* CSS HACK */
	width: 86px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
	width/* */:/**/86px;	/* Other browsers */
	width: /**/86px;
			
	border:0px solid #000;	/* Black border */		
	padding:0px;	/* A little space between the black border and the content inside */
	
	position:relative;
	padding-left:15px
	
}

#galleryContainer #arrow_down{	/* Arrow down image */
	height:35px;
	z-index:100;
}

#galleryContainer #arrow_up{
	height:35px;	/* Arrow up image */
	position:absolute;
	top:0px;
	z-index:100;
}

#theImages{	/* DIV where the images are located */
	top:0px;
	position:absolute;
	overflow:hidden;
	height:340px;	/* 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 */
	filter:alpha(opacity=60);	/* Transparency - IE */
	opacity:0.6; /* Transparency - Firefox */
	padding-top:0px;	/* Space between images */
}

#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
	margin-top:0px;
	text-align:left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #FFFFFF;
	text-align:justify;
}

#theImages .imageCaption{
	display:none;
}