#projectsLatest {
	width: 396px;
	overflow: hidden;
}
#projectsLatest .inner {
	width: 5000px;
	height: 345px;
	overflow: hidden;
}
#projectsLatest .item {
	float: left;
	width: 396px;
}
#projectsLatest .item .img {
	float: left;
	width: 150px;
	text-align: center;
	margin-top: 1em;
}
#projectsLatest .item .desc {
	float: left;
	width: 234px;
}
#projectsLatest .navi {
	clear: both;
	margin: 0;
	padding: 0;
}
#projectsLatest ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: right;
}
#projectsLatest li {
	display: block;
	float: left;
	border: 1px solid #ccc;
	padding: 0;
	margin: 0 0 0 4px;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px;
}
#projectsLatest li a {
	padding: 2px 5px;
	text-decoration: none;
	display: block;
}
