﻿body {
	border-width: 0px;
	background-color: #FFFF99;
	background-repeat:no-repeat;
	background-attachment:fixed;

}

#gallery_canvas {
	text-align: center;
	padding-top: 10px;
}

#gallery_thumbnail_list div {
	overflow: auto;
	width: 475px;
	height: 65px;
}

#gallery_thumbnail_list td {
	cursor: pointer;
	padding: 5px;
	padding-left: 0px;
}

#gallery_thumbnail_list img {
	border: solid 1px #000000;
}


#gallery_inline_photo img {
	border: solid 1px #000000;
}


#gallery_canvas input {
	display: none;
}

