/* CSS Document */

div.img-ilus {
	background: url('http://www.mlerf.org/Images/shadow.gif') no-repeat bottom right;
	margin: 10px 5px;
	padding: 0;
	position: relative;
}

div.img-ilus img {
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -5px 5px 5px -5px;
	padding: 4px;
	position: relative;
	vertical-align: bottom;
}

.caption {
text-align: center;
font-size: 9px;
line-height: 13px;
color: #666666;
margin-bottom: 2px;
}

.smallPhotoRight {
float: right;
margin-top: 5px;
}