
	
	.previewPane{
		margin:10px 10px 0 0;	
        padding:5px;
		height:300px;
		width:450px;		
		float:left;
		overflow: hidden;
		border: solid 1px  #E9F7FA;
		position: relative;
				
	}
        
       .previewPane table{ border-collapse: collapse; border-spacing:0; width:100%; height:100%;}
.previewPane table td{padding:0; text-align:center;vertical-align:middle; height:100%; background:#F5FBFD;}  
         
         
	.waitMessage{
		display:none;
		position:absolute;
		left:130px;
		top:150px;
		background-color:#FFF;
		border:2px solid #33cc00;
		padding:4px;
        color: #33cc00;
		
		
	}	
	.galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		height: 300px;
		width: 120px;
        text-align: center;
	}
	.galleryContainer .arrow_down{	/* Arrow down image */
		height:35px;
	}
	.galleryContainer .arrow_up{
		height:35px;	/* Arrow up image */
	}
	
	.theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:260px;	/* 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=50);	/* Transparency - IE */
		opacity:0.5; /* Transparency - Firefox */
                margin: 0 0 3px 0;
       }
         
	.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;
	}
	.theImages .imageCaption{
		display:none;
	}
