/*body {
	margin: 0;
	padding: 0;
	background: #222;
	color: #EEE;
	text-align: center;
	font: normal 9pt Verdana;
}
a:link, a:visited { 
	color: #EEE; 
}*/
img {
	border: none;
}
#normal2, #normal3 {
	display: none;
}
#gallery {
	margin: 0 auto;
	width: 425px;
}
#thumbs {
	text-align: left;
	width: 425px;
	float: left;
}
#bigimages {
	width: 425px;
	float: left;
}
#thumbs img {
	width: 134px;
	height: 90px;
	float: left;
	padding-right:5px;
}
#bigimages img {
	border: 0px solid #555;
	margin-top: 0px;
	margin-bottom: 15px;
	width: 425px;
}
#thumbs a:link, #thumbs a:visited {
	width: 134px;
	height: 90px;
	/*border: 1px solid #555;*/
	margin: 0px;
	float: left;
}
#thumbs a:hover {
	/*border: 1px solid #fff;*/
}

div.desc
{
  text-align: left;
  font: normal 8pt Verdana;
  width: 390px;
  margin-bottom: 45px;
  padding: 5px;
  background: #fff;
}