﻿#pic_holder{
	padding:5px;
}
.imgbox{
	padding:5px 2px;
	margin:5px 2px;
	float:right;
	width:125px;
	height:140px;
	overflow:hidden;
	text-align:center;
	background-color:#F4F4F4;
	border:1px solid silver;
}
.imgbox img{
	border:none;
	margin-bottom:5px;
}
.imgbox span{
	font-size:8pt;
}