.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin:5px;	/* "Air" */
			
		width:450px;	/* Image width */
		height:305px;	/* Image height */
		
		position:relative;	/* Don't remove this line */
	}
	.imageSlideshowHolder img{
		position:absolute;
		left:85px;
		top:0px;
	}


