#latest {
	width : 220px;
	height : 490px;
	overflow : hidden;
	position : relative;
}

#latest h2 {
	height : 25px;
	line-height : 25px;
	background-image : url("../images/h2back.gif");
	color : white;
	padding-left : 5px;
	font-size : 14px;
}

#latest_items {
	position : absolute;
	top : 25px;
	left : 0px;
	width : 4400px;
	height : 450px;
}

.latest_item {
	float : left;
	width : 220px;
}

.latest_item div {
	margin-bottom : 2px;
	font-size : 11px;
}

#latest_prev, #latest_next {
	position : absolute;
	top : 475px;
}

#latest_prev:hover, #latest_next:hover {
	cursor : pointer;
}

#latest_prev {
	left : 40px;
}

#latest_next {
	right : 40px;
}