	/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin:0px;	/* "Air" */
		padding:0px;
		width:360px;
		height:460px;
		
		position:relative;	/* Don't remove this line */
	}
	.leftFloatingDiv{
		margin:0px;	/* "Air" */
		padding:0px;		
		float:left;
		width:360px;
		height:460px;
	}
	/* Don't change these values */
	.imageSlideshowHolder img{
		margin:0px;	/* "Air" */
		padding:0px;		
		position:absolute;
		left:0px;
		top:0px;
	}
