#slider {
	clear: both;
	height: 250px;
	width: 178px;
	overflow: hidden;
	position: absolute;
	right: 140px;
	top: 55px;
}

#slider img {
	margin-right: 10px;
	float: left;
}

#navigation {
	width: 205px;
	position: absolute;
	right: 128px;
	top: 170px;
}

#prev-item, #next-item {
	text-decoration: none;
}

#prev-item {
	float: left;
}

#next-item {
	float: right;
}