.imagegallery {
	position:relative;
	margin: 0px;
	padding-top: 30px;
	float: left;
	clear: none;
	width: 700px;
	height:700px;
}

.thumbnails {
	margin: 0px;
	padding: 0px;
	height:100px;
}

.thumb {
	position:relative;
	height:40px;
	float:left;
	margin: 4px;
	line-height:0px;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	cursor: pointer;
	border:1px double #FFFFFF;
	padding-bottom: 0px;
}

.thumb img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	width:60px;
	height:40px;
	padding-bottom: 0px;
}

.thumbhover {
	border:1px double #660000;
}

.thumbhover img {
	opacity: 0.99;
	filter: alpha(opacity=100);
}

.thumbselected {
	border:1px double #660000;
}

.thumbselected img {
	opacity: 0.99;
	filter: alpha(opacity=100);
}

.thumb a {
	color: black;
	text-decoration: none;
}

.tabscontent2 {
	position:relative;
	clear: both;
	width:700px;
	height:450px;
}

.content2 {
	position: relative;
	padding: 0px;
	width:700px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align:center;
	color:#2e0000;
	height:450px;

}

.content2 img {
	border: 2px double #a35f0a;
	margin: 0px 0px 5px 0px;
}
