div.gallery {
	background-color: transparent;
	position:relative;
	width:400px;
	height:450px;

	}
	
	

div.slideshow {
	background-color:transparent;
	width:450px;
	height:175px;
	overflow-x:scroll;
	overflow-y:scroll;
	border: ridge;
	border-color:#ffffff;

}

div.imgdisplay {
	background-color:transparent;
	background-repeat:no-repeat;
	width:455px;
	height:800px;

	
}

img.slideshowimg {
	width:75px;
	height:75px;
}

img.displayimg {
	width:280px;
	height:400px;
}

