@charset "utf-8";
/* CSS Document */
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, #normal4, #normal5 {
	display: none;
}
#gallery {
	margin: 0 auto;
	width: 610px;
}
#thumbs {
	margin: 0px
	text-align: center;
	width: 620px;
}
#bigimages {
	width: 600px;
	float: left;
}
#thumbs img {
	width: 100px;
	height: 60px;
	text-align:justify;
}
#bigimages img {
	border: 4px solid #555;
	margin-top: 5px;
	width: 600px;
}
#thumbs a:link, #thumbs a:visited {
	width: 100px;
	height: 60px;
	border: 6px solid #555;
	margin: 6px;
	float: left;
}
#thumbs a:hover {
	border: 6px solid #888;

