
.project_item { margin-bottom: 16px; }
.project_item td { vertical-align: top; }
.project_item img { margin-left: 15px; }

#project_pic {
	float: right;
	width: 210px;
	margin: 0 0 10px 15px;
	text-align: center;
	background: #f6f7fd;
}

#pages {
	background: #f6f7fd;
	text-align: center;
	padding: 5px 11px;
	position: relative;
}

#pages * { vertical-align: middle; }

#pages #next {
	position: absolute;
	right: 5px;
	top: 8px;
}

#pages #prev {
	position: absolute;
	left: 5px;
	top: 8px;
}

