#projects {
	float: left;
}
#projects .project {
	position: relative;
	height: 158px;
	width: 662px;
	margin-bottom: 35px;
}
#projects .project .image {
	position: relative;
	float: left;
	width: 210px;
	height: 158px;
	overflow: hidden;
}
#projects .project .des {
	position: relative;
	float: right;
	width: 403px;
	height: 116px;
	border: 1px solid #e9e9e9;
	padding: 20px;
}
#projects .project .des h5 {
	font-size: 15px;
	font-weight: bold;
	color: #009bdb;
	margin-bottom: 10px;
}
#projects .project .des a {
	position: absolute;
	bottom: -12px;
	left: 20px;
	width: 87px;
	height: 23px;
	background: url(../images/template/meer_info.gif) no-repeat;
}
#projects .project .des a span {
	display: none;
}
#projects .project .des p {
	position: relative;
	width: 370px;
	height: 75px;
	overflow: hidden;
}
#pictures {
	position: relative;
	float: left;
	padding: 35px 25px 35px 14px;
}
#pictures .picture {
	position: relative;
	float: left;
	width: 200px;
	height: 150px;
	overflow: hidden;
	margin: 0px 10px 10px 0px;
}
#pictures .picture.nomargin {
	margin-right: 0px;
}
#pictures .picture a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 150px;
	background: url(../images/template/zoomicon.gif) no-repeat bottom right;
}
#pictures .picture a.none {
	background: none;
}