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

