body{
		font-family:verdana;
		}
	#imageSlideshowHolder{
		width: 380px;
		height: 567px;
margin-left: 200px;
margin-top: 0px;
background-color: white;
		border: none;
		position:relative;	/* Never change this value */
	}
	.imageInGallery{		
		width: 380px;
		height: 567px;
padding-left: 200px;
background-color: white;
		/* Never change these 3 value */
		left:0px;
		top:0px;
		position:absolute;	
	}
	#imageSlideshowHolder img{
		position:absolute;
	}
