<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin:5px;	/* "Air" */
		float:right; /* Floating gallery at the right side of other web page content */		
		width:300px;	/* Image width */
		height:300px;	/* Image height */
		
		position:relative;	/* Don't remove this line */
	}
	
	
	
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:5px;
		top:0px;
	}
	
.doublebrick 	{float:left;margin:5px;
		width:99px;height:87px;}
.camera 	{float:right;margin:5px;
		width:167px;height:132px;}</pre></body></html>