ul.portfolio_documents
{
	margin-top: 10px;
	margin-left: 0px;
	list-style: none;
}
.portfolio_items {
	width: 100%;
	border-collapse: collapse;
}
.portfolio_items td.item {
	border-top: 1px solid #eee;
	/*padding: 15px 0px;*/
}
.portfolio_items .po_img {
	width: 80px;
	height: 80px;
	display: block;
	float: left;
	margin-right: 10px;
	overflow: hidden;
	border: 1px solid #eee;
	padding: 5px;
}
.portfolio_items .po_img img {
	width: 80px;
	height: auto;
}
.clear_both { clear: both; padding-top: 5px; }
ul.portfolio_pictures
{
	margin-left: 0px;
	list-style: none;
}
ul.portfolio_pictures li
{
	margin: 10px 2px;
	float: left;
	border: 1px solid #eee;
/*	height: 100px;
	min-width: 100px;*/
    height: 30px;
    width: 60px;
	overflow: hidden;
	padding: 2px;
	text-align: center;
	background: white;
}
ul.portfolio_pictures li img
{
/*	max-width: 100px;
	max-height: 80px;*/
}
