#projects {
	margin: 0pt 0pt 0pt 16px;
	width: 1009px;
	height: 154px;
	background: transparent url(../images/bg_bottom.png) no-repeat top right;
	
}

#projects div.padding {
	padding: 12px 2px 0 274px;
}

#projects ul {
	
}

#projects ul li {
	float: left;
	padding: 0 20px 0 20px;
}

#projects ul li.first {
	padding-left: 0;
}

#projects ul li.last {
	padding-right: 0;
}

#projects ul li div.project {
	width: 148px;
	height: 124px;
	background: transparent url(../images/bg_thumb.png) no-repeat top right;
	position: relative;
}

#projects ul li div.project img {
	padding: 8px 0 0 8px;
}

#projects ul li div.project p.info {
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #c1c1c1;
	padding: 4px 0 0 10px;
}

#projects ul li div.project p.info span {
	font-weight: bold;
	color: #71bf45;
}

#projects ul li div.project div.plus {
	width: 35px;
	height: 35px;
	background: transparent url(../images/plus.png) no-repeat top right;
	bottom: 24px;
	right: 8px;
	position: absolute;
}