.navigation
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0.8em;
}

.navigation .previous
{
	float: left;
	text-align: left;
	width: 20%;
}

.navigation .next
{
	float: right;
	text-align: right;
	width: 20%;
}

.navigation.top
{
/*	margin-bottom: 40px;*/
	margin-top: 10px;
}

.navigation.bottom
{
	margin-top: 40px;
}

