.image_thumbnail
{
/*	width:100px; */
	height:100px;
	margin: 5px;
	padding: 10px;
	background-color: #fff;
}

.image_thumbnail:hover
{
	background-color: #F1AA12;
}

#row_fullsize
{
	margin-top: 20px;
}

#row_fullsize img
{
/*	border: solid 1px red; */
	width: 395px;
}

#row_thumbnails
{
/*	border: solid 1px red; */
	margin: 0 auto;
	margin-top: 20px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}


