@charset "iso-8859-1";
/* CSS Document */

.thumb {
	height:100px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#viewer{
	width:500px;

}
#thumbs {
	height:120px;
	width:525px;
	overflow:auto;
	text-align:center;
	margin:5px;
}

#thumbs a:link img		{ color:#FFFFFF; }
#thumbs a:active img	{ color:#CDCDCD; }
#thumbs a:visited img	{ color:#ffffff; }
#thumbs a:hover	 img	{ color:#CDCDCD; text-decoration:none; filter: Gray;}
