/* CSS FOR SLIDESHOW SCRIPT */
	.imageSlideshowHolder,.imageSlideshowHolder_left{
		margin:0px;	
		float:left; 
		position:relative;	
		
	}
	.leftFloatingDiv{
		float:left;
		
	}
	.imageSlideshowHolder img{
		position:absolute;
		left:0px;
		top:0px;
	}