div#category {
	position: relative;
	width: 553px; height: 177px;
	margin: -15px 0 10px;
	background: no-repeat 0 0;
}
div#category p {
	position: absolute; left: 23px; bottom: 20px;
	margin: 0; color: #fff;
}
	div#category p a {
		color: #fff; text-decoration: none;
		border-bottom: 2px solid #bbb;
	}
	div#category p a:focus,
	div#category p a:hover,
	div#category p a:active {
		border-bottom-color: #ccc;
	}


table {
	width: 553px;
}
table tr td {
	vertical-align: middle;
}
table img {
	overflow: hidden;
}
table a.more {
	height: 20px; width: 67px;
	margin: 0 0 0 auto;
	background-image: url(../img/buttons/more.gif);
}
table a.more:focus,
table a.more:hover {
	background-position: 0 -20px;
}
table a.more:active {
	background-position: 0 -40px;
}