#mainimage {
	position: relative;
	float: left;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 600px;
	height: 338px;
	left: 40px;
	top: 50px;
}

#thumbnails {
	width: 180px;
	float: right;
	position: relative;
	height: 300px;
	top: 50px;
	background-color: #ffffff;
}

.imagethumb {
	height: 36px;
	width: 48px;
	border: 1px solid #003366;
}

