div#index {
	margin: 1ex 0 1ex 0;
	text-align: center;
}

div#index table {
	text-align: center;
	margin: 0 auto 0 auto;
	border-collapse: separate;
	border-spacing: 10px;
}

div#index td.thumbcell {
	border-spacing: 10px;
	width: 140px;
	height: 105px;
	border-style: solid;
	border-color: Gray;
	border-width: 0px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	background-color: transparent;
	background-image: url(images/thumb_bkg.gif);
	background-repeat: no-repeat;
	background-position: center;
}

div#index td.thumbcell img {
	border-style: none;
}
