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
{
	border-collapse: collapse;
	margin: 0 auto;
}
table#shelf table.portfolio td
{
	width: 33%;
	padding: 0 2.5em;
	text-align: center;
	vertical-align: top;
}
table#shelf table.portfolio td div.name
{
}
table#shelf table.portfolio td div.name a
{
	font-weight: bold;
	margin-right: 0.8em;
}
table#shelf table.portfolio td div.name a:hover
{
}
table#shelf table.portfolio td div.image
{
	position: relative;
	width: 150px;
	height: 120px;
}
table#shelf table.portfolio td div.image img
{
	border: 0;
}
table#shelf table.portfolio td div.image div.slide
{
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 120px;
}

.shadow.first, 
.shadow.second, 
.shadow.third
{
	display: inline-table;
	/* \*/ 
	display: block;
	/* */
}
.shadow.first
{
	float: left;
	background: url('images/dropshadow_edge.png') right bottom no-repeat;
}
.shadow.second
{
	background: url('images/dropshadow_corner_bottom_left.png') left bottom no-repeat;
}
.shadow.third
{
	padding: 0 10px 10px 0;
	background: url('images/dropshadow_corner_top_right.png') right top no-repeat;
}
.shadow img
{
	border: 0;
	display: block;
}
