@charset "utf-8";
/* CSS Document */

#thumbs table {
	background-color:#FFFBF0;
	border-width: 0;
}
#thumbs tr {
	height: 130px;
}
#thumbs td {
	background-image: url(../images/css/bg-tablecellborder.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width:130px;
	height: 130px;
	border: 0;
	margin:auto;
	padding:inherit;
	vertical-align:middle;
	text-align:center;
}
#thumbs td:hover {
	background-image: url(../images/css/bg-tablecellborder.png);
	background-position: 0 -130px;
	background-repeat: no-repeat;
}
#thumbs td.emptycell {
	background-image: url(../images/css/bg-emptytablecell.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#thumbs td.nocell {
	background-image: url(../images/css/bg-notablecell.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
#thumbs tr.spacerow {
	height: 65px;
}
#thumbs tr.spacerow td {
	background-image: url(../images/css/bg-spacerow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	height: 65px;
	width: 780px;
	border: 0;
	margin:auto;
	padding: 0 0 0 10px;
	vertical-align:top;
	text-align:left;
}
#thumbs a {
	text-decoration: none;
}
#thumbs img {
border: 0;
}