.pictures {
	display: table;
	width: 100%;
}

.pictures div {
	float:left;
	margin: 5px;
	margin-left: 0px;
	margin-bottom: 2px;
	background-repeat: no-repeat;
	border: 1px solid #6EBC20;
}

.pictures div a img {
	width: 95px;
	height: 65px;
}

.projects ul {
	float: left;
	margin-left:6px;
	padding-right:6px;
	border-right: 1px solid #000000;
}

.projects ul.last{
	border-right: none;
}


