@charset "utf-8";
/* CSS Document */

img.thumbs {
	float:left;
	height:60px;
	width:60px;
	margin-right: 2px;
	margin-bottom: 2px;
	border: solid black 1px;
}
#main {
	position:absolute;
	left:460px;
	top:165px;
	height: 425px;
	width: 650px;
	z-index:2;
	font-family: Tahoma, Geneva, sans-serif;
	border: thick solid #4A5F36;
}

#thumbContainer {
	left:185px;
	top:165px;
	width:275px;
	height:430px;
	z-index:1;
	position:absolute;
}
