.boxleft {
	padding: 5px;
	height: 160px;
	width: 230px;
	background-image: url(img/over_mask.png);
	background-repeat: repeat;
	float: left;
	margin-right: 10px;
}
.boxright {
	padding: 5px;
	height: 160px;
	width: 230px;
	background-image: url(img/over_mask.png);
	background-repeat: repeat;
	float: left;
	margin-right: 0;
}
.empty {
	height: 10px;
	width: 100%;
	float: right;
}
.peek {
	width: 230px;
	height: 160px;
	float:left;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.peek img{
	position: absolute;
	top: 0;
	left: 0;
}
.peek h3,
.peek p {
	padding-left: 5px;
	padding-right: 5px;
}