h2 a
{
	text-decoration: none;
	color: #6e9598;
}

h2 a:hover
{
	text-decoration: underline;
}

#navigation
{
	background: #e6e6e6;
	width: 130px;
	height: 512px;
	float: right;
	position: relative;
}

#scroll_up, #scroll_down
{
	position: absolute;
	left: 0px;
	height: 19px;
}

#scroll_up { top: 0px; }
#scroll_down { bottom: 0px; }

#thumbnails
{
	background: #e6e6e6;
	margin-top: 19px;
	padding-top: 15px;
	width: 130px;
	height: 459px;
	text-align: center;
	overflow: hidden;
}

#thumbnails img
{
	display: block;
	vertical-align: middle;
	border-color: #b0b0b0;
	border-width: 1px;
	border-style: solid;
	margin: 0 auto 15px auto;
}

#thumbnails img.selected
{
	border-color: #ea951c;
}

#image_area
{
	width: 752px;
	height: 512px;
	float: left;
	text-align: center;
}

#image
{
	display: inline-block;
	background: #e6e6e6;
/*	background: #FFFF00;*/
/*	width: 752px;
	height: 512px;
*/
	height: 482px;
	padding: 15px;
/*	float: left; */
	text-align: center;
	margin: 0 auto;
	zoom: 1;
	*display: inline;
}


#image img
{
	vertical-align: middle;
/*	background: #b0b0b0;
	padding: 1px;
	border: 15px solid #e6e6e6;
*/
	border: 1px solid #b0b0b0;
	margin: 0px;
}

