
	
		
	#galleryContainer{	/* Big Div surrounding up image, list of images and down image */
		float:left;	/* Floating */
		
		/* CSS HACK */
		height: 300px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		height/* */:/**/300px;	/* Other browsers */
		height: /**/300px;
		
		/* CSS HACK */
		width: 245px;	/* IE 5.x - 120 px + 2 px for borders and 2px for padding*/
		width/* */:/**/245px;	/* Other browsers */
		width: /**/245px;
				
		border:0px solid #000;	/* Black border */		
		padding-top:15px;	/* A little space between the black border and the content inside */
		/*background-image:url(../images/frame-video.gif);*/
		background-repeat:no-repeat;
		
		
	}
	#galleryContainer #vertical_down{	/* Arrow down image */
		height:16px;
		text-align:left;
		
	}
	#galleryContainer #vertical_up{
		height:16px;	/* Arrow up image */
		text-align:left;	
		
	}
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:235px;	/* Height of boxes for the images */
		border: solid 0px;
		width:240px;
		margin-left:5px;
		/*margin-top:10px;*/
		margin-bottom:5px;
		text-align:left;
	}
	#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 */
	}
	#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;
	}
