/* @override http://local.dev/keld/css/galleri.css */

#content {
	text-align: center;
}

h1 {
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 25px;
}

#content img {
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	border: 1px solid #eee;
}

#content p {
	margin-bottom: 15px;
	margin-top: 15px;
}

#content p a {
	color: black;
	border-bottom: 2px solid #aaa;
	text-decoration: none;
}

#content p a:hover {
	border-bottom: 2px solid #b18f0e;
	text-decoration: none;
}

.next {
	float: right;
}

.prev {
	float: left;
}
