/*  slideshow */
a{ outline:none;}

	
	
	#theImages{	/* DIV where the images are located */
		position:relative;
		overflow:hidden;
		height:420px;	/* Height of boxes for the images */
		
	}
	#theImages div{	
		position:relative;	/* Don't change this */
		height:80px;	/* Higher than total height of thumbnails */
		
		margin:auto;
		
	}
	#theImages img{
	border-bottom: 1px  dotted #ccc;
	padding-top:8px;
	padding-bottom:8px;
	
	}
#previewPane #largeImageCaption{	/* CSS styling of image caption below large image */
		font-style:italic;
		display:none;
		text-align:center;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Font to use */
		font-size:0.9em;
	}
	#theImages .imageCaption{
		display:none;
	}
