﻿div.gallery
{
	width: 700px;
	text-align: center;
}

div.gallery img
{
	border: solid 2px black;
}

div.thumbs
{
	float: right;
	width: 150px;
	height: 500px;
	overflow-y: auto;
	overflow-x: hidden;	
}

div.thumbs img
{
	margin: 3px;
	border: solid 1px black;
	cursor: pointer;
}

