.upborder {
	margin: 1px;
	border-top: 1px solid #000000;
	border-right: 1px none #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px none #000000;
}
/* THUMB TABLE & MOUSEOVER */
table.thumb {
	border-collapse: collapse;
	text-align:center;
	padding: 0px;
}
/* set width & height here */
table.thumb td a{
	display: block;
	padding: 1px;
	text-decoration: none;
	width: 82px;
	height: 82px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}
/* image border & position */
table.thumb td a img{
	position: static;
	border: 1px none #000000;
	float: none;
	padding: 5px;
}
/* basic thumb colors */
table.thumb td a:link, table.thumb td a:visited {
   background-color: #222222;
   border: 1px solid #000000;
	text-decoration: none;
}
/* mouseover thumb colors */
table.thumb td a:hover {
   background-color: #111111;
   border: 1px solid #CC0000;
}
