/*"Gallery" is the window you can see into. The width of this changes the width of the viewing area. The rest is fairly straightforward.*/

#gallery {
	width:800px;
	height:780px;
	margin-top: 10px;
	overflow-x: scroll;
	float: left;
}

#statement{
	clear: both;
	font-size: 0.9em;
	color: #000000;
	margin-top: 210px;
	float: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
	top: -45px;
z-index: 99;
}
/*****************************/
#image {
	float: left;
	width: 510px;
	display: inline-table;
	position: relative;
}

#gallery  img {
	float: left;
	display: inline-table;
	position: relative;
}
