#thumbs a {
	display: block;
	background: url("../g/thumbframe.gif") no-repeat;
	width: 150px;
	height: 113px;
	padding: 5px;
}

#thumbs a:link {
	text-decoration: none;
	border: none;
}
#thumbs a:visited {
	text-decoration: none;
	border: none;
}
#thumbs a:hover {
	text-decoration: none;
	background-color: #3cf;
	border: none;
}
#thumbs a:active {
	text-decoration: none;
	background-color: #3cf;
	border: none;
}
