	.contentContainerS{
		padding-left:10px;
		padding-right:10px;
		padding-bottom:10px;
	}
	.contentContainerS_gallery,.contentContainerS_gallery p, .contentContainerS_gallery h1, {
		padding-bottom:10px;
	}
	.contentContainerS p,.contentContainerS h1{
		margin-top:0px;
	}
	
	/* END CSS FOR THIS DEMO */
	
	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin:5px;	/* "Air" */
		float:center; /* Floating gallery at the right side of other web page content */
		
		position:relative;	/* Don't remove this line */
	}
	.imageSlideshowHolder_gallery,.imageSlideshowHolder_left{
		float:center; /* Floating gallery at the right side of other web page content */
		
		position:relative;	/* Don't remove this line */
	}
	.leftFloatingDiv{
		float:left;
		width:160px;
		height:110px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:-13px;
		top:0px;
	}
	.imageSlideshowHolder_gallery img{
		position:absolute;
	}
