
	
	.contentContainer{

		padding:3px 2px 2px 2px;
		width:100%;
		height:208px;
		text-align:left;	
		border:1px solid #E2EBED;
		margin-top:1px;
	}
	
	
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin:1px;	/* "Air" */
		float:left; /* Floating gallery at the right side of other web page content */					
		position:relative;	/* Don't remove this line */
		width:626px;
	}
	.leftFloatingDiv{
		float:left;
		width:416px;
		height:100px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}
