div.portfolio.button
{
	text-align: center;
}
div.portfolio.button a
{
	background: url('images/portfolio_button.png') 0 0 no-repeat;
	width: 462px;
	height: 30px;
	display: block;
	margin: 0 auto;
}
div.portfolio.button a:hover
{
	background-position: 0 -48px;
}
table#shelf
{
	border-collapse: collapse;
	width: 100%;
}
table#shelf td.edge
{
	background-repeat: no-repeat;
	padding: 0;
	width: 11px;
}
table#shelf td.edge.left
{
	background-image: url('images/shelf_edge_left.png');
}
table#shelf td.edge.right
{
	background-image: url('images/shelf_edge_right.png');
}
table#shelf td.content
{
	background: url('images/shelf_background.jpg') repeat-x;
	height: 175px;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}
table#shelf table.portfolio
{
}
table#shelf table.portfolio td
{
}
table#shelf table.body
{
	margin: 1em auto;
	width: 100%;
}
table#shelf table.body td
{
	vertical-align: top;
}
table#shelf div.category
{
}
table#shelf div.category div.name
{
	font-size: 120%;
	font-weight: bold;
	position: relative;
	text-align: center;
}
table#shelf div.product
{
	background: none;
	position: relative;
	width: 160px;
	height: 140px;
	margin: 0 auto;
	padding: 0;
}
table#shelf div.slide a
{
}
table#shelf div.slide
{
	position: absolute;
	left: 0;
	text-align: center;
	width: 160px;
}
table#shelf div.slide a img
{
	border: 0 !important;
}
