	.contentContainer{
		padding-left:10px;
		padding-right:10px;
		padding-bottom:10px;
	}
	
	.imageSlideshowHolder, .imageSlideshowHolder_left{
		margin:0px;	/* "Air" */
		float:right; /* Floating gallery at the right side of other web page content */		
		width:543px;	/* Image width */
		height:202px;	/* Image height */
		
		position:relative;	/* Don't remove this line */
	}
	
	.imageSlideshowHolder2, .imageSlideshowHolder2_left{
		margin:0px;	/* "Air" */
		float:right; /* Floating gallery at the right side of other web page content */		
		width:200px;	/* Image width */
		height:70px;	/* Image height */
		position:relative;	/* Don't remove this line */
		text-align:center;
	
	}
	
	.leftFloatingDiv{
		float:left;
		width:160px;
		height:110px;
	}
	
	.imageSlideshowHolder img, .imageSlideshowHolder2 img{
		position:absolute;
		left:0px;
		top:0px;
	}