
.thumb {
	width: 100px;
	padding: 0px;
	height: 75px;
	border: 2px solid white;
	float: left;
	margin: 8px;
	display: inline;

}

.thumb:hover {
	border: 2px solid #D83D00;
	cursor: pointer;
}

img {
	border: none;
}

td.noi a img { border: 2px solid white !important; }
td.noi a img:hover { border: 2px solid #D83D00 !important; }