.site_module {
	position: relative;
}
.img_border  {
	text-align: center;
	border: 1px solid grey;
	position: relative;
	width: 143px;
	height: 110px;
	margin: 3px;
	padding: 5px;
	display: block;
	float: left;
	background-color: #CCCCCC;
}
.img_border         .crop    {
	margin: 4px;
	width: 133px;
	height: 100px;
	text-align: center;
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #dddddd;
}#content    .img_border    .crop img {
	border: 0px;
}
.clear {
	clear: both;
}
