/* Shadowing for thumnail .. */
.p-shadow {
	float:left;
	background: url(./images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(./images/shadow.gif) no-repeat bottom right;
	margin: 5px 0 0 10px !important;
	margin: 3px 0 0 5px;
}
/* container around an thumbnail image */
.imgbox { /* floating left image box */
	border: 1px solid #A4C0CD;
	min-height: 10px;
	text-align: center;
	float: left;
	margin: 5px;
	padding: 0px;
	width: 140px;
	height: 80px;
	padding-top:10px;
	padding-bottom:10px;
}
.imgbox img { border: 0px; }
.imgbox a.img { padding-top: 5px; display: block; height: 120px;  }
.imgbox .img { padding-top: 5px; display: block; height: 120px;  }
.imgbox a.img:hover { background-color: #F0FFB7; }