	
	
	#imageSlideshowHolder1{
	    width:300px;
	    height:225px;
	    position:relative;  /* Never change this value */
	    
	  }
	  .imageInGallery1{    
	    width:300px;
	    height:225px;
	    
	    /* Never change these 3 value */
	    left:0px;
	    top:0px;
	    position:absolute;  
	  }
	  #imageSlideshowHolder2{
	    width:220px;
	    height:397px;
	    position:relative;  /* Never change this value */
	    
	  }
	  .imageInGallery2{    
	    width:220px;
	    height:397px;
	    
	    /* Never change these 3 value */
	    left:0px;
	    top:0px;
	    position:absolute;  
	  }
