.clear {
	overflow: hidden;
	width: 100%;
}

.left {
	display: block;
	float: left;
}

.right {
	display: block;
	float: right;
}

a, img {
	outline: none;
}

a img {
	border: none;
}

a.button {
	background-repeat: no-repeat;
	display: block;
	height: 0;
	width: 22px;
	overflow: hidden;
	padding-top: 22px;
}

a.button:hover {
	background-position: bottom;
}

a.button#index {
	background-image: url('/lomo/img/index.gif');
}

a.button#next {
	background-image: url('/lomo/img/next.gif');
}

a.button#previous {
	background-image: url('/lomo/img/previous.gif');
}

a.image {
	float: left;
	margin: 0 8px 8px 0;
	width: 152px;
}

a.image img {
	border: 1px solid #000;
}

a.image:hover img {
	border-color: #FFF;
}

body {
	background: #000;
	color: #888;
	font: normal 13px georgia, serif;
	font-style: italic;
	margin: 32px 0;
}

div#controls a,
div#controls img {
	float: left;
	margin: 2px 0 0 4px;
}

div#copyright {
	color: #444;
}

div#copyright a {
	color: #444 !important;
	text-decoration: none;
}

div#copyright a:hover {
	color: #FFF !important;
}

div#description {
	margin-bottom: 24px;
}

div#description a {
	color: #888;
}

div#description a:hover {
	color: #FFF;
}

div#index {
	overflow: hidden;
	width: 960px;
}

div#indexWrapper {
	overflow: hidden;
	width: 952px;
}

div#top {
	margin-bottom: 8px;
}

div#top.index {
	margin-bottom: 20px;
}

div#top.index div#copyright {
	margin-top: 12px;
}

div#wrapper {
	margin: 0 auto;
	width: 952px;
}