@charset "UTF-8";
/*-----------* Screen CSS Document paul-martin.net *-------------*/

.thumbnail {
	height: 100px;
	width: 100px;
	float: left;
	margin-left: 22px;
	background-image: url(../images/tn_bg.gif);
	background-repeat: no-repeat;
	margin-bottom: 18px;
	margin-top: 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.thumbnail a img {
	text-decoration:none;
	filter:alpha(opacity=40); /* IE */
	-moz-opacity: 0.4; /* Gecko */
	opacity: 0.4; /* Opera */
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.thumbnail a .active  {
	text-decoration:none;
	filter:alpha(opacity=100); /* IE */
	-moz-opacity: 1; /* Gecko */
	opacity: 1; /* Opera */
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	
}

.thumbnail a:hover img {
	text-decoration:none;
	filter:alpha(opacity=100); /* IE */
	-moz-opacity: 1; /* Gecko */
	opacity: 1; /* Opera */
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
