

/*css for jquery*/
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		clear:both;
	margin:0px 0px 0 0px;	/* "Air" */
	 /* Floating gallery at the right side of other web page content */
	width:1006px;	/* Image width */
	height:220px;	/* Image height */
	 
	}
	
	.leftFloatingDiv{
		
		width:160px;
		height:110px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		position:absolute;
		
	}

