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

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

.relative {
	position: relative;
}

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

a#home {
	background: transparent url('../img/bg-home.gif') no-repeat;
	display: block;
	float: right;
	height: 28px;
	overflow: hidden;
	text-indent: 100px;
	width: 100px;
}

a#home:hover {
	background-position: 0 -28px;
}

a#violator-index {
	background: transparent url('../img/back-to-index.png') no-repeat;
	display: block;
	height: 108px;
	width: 105px;
}

a#violator-wall {
	background: transparent url('../img/face-the-wall.png') no-repeat;
	display: block;
	height: 108px;
	width: 105px;
}

a img {
	border: none;	
}

body {
	background: #000 url('../img/bg-body.gif') repeat fixed bottom left;
	color: #FFF;
	font: normal 16px arial, helvetica, sans-serif;
	margin: 0;
}

div#album {
	background: transparent url('../img/mask.png') no-repeat;
	height: 256px;
	left: 0;
	position: absolute;
	top: 0;
	width: 384px;
	z-index: 1000;
}

div#content {
	background-color: #111;
	bottom: 0;
	height: 384px;
	left: 0;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

div#header {
	height: 57px;
	padding: 55px 0 0 20px;
	width: 748px;
}

div#scroller {
	height: 272px;
	overflow: auto;
	position: relative;
}

div#violator {
	right: 12px;
	position: fixed;
	top: 16px;
}

img {
	border: none;
	display: block;
}

select {
	font: normal 12px arial, helvetica, sans-serif;
	width: 364px;
}

option {
	text-transform: uppercase;
}

ul#lomos {
	background: #111 url('../img/bg-scroller.gif') repeat-x;
	list-style: none;
	height: 256px;
	margin: 0;
	padding: 0;
}

ul#lomos li {
	float: left;
	height: 256px;
	position: relative;
	width: 384px;
}

ul#lomos li div.highlight {
	background: transparent url('../img/mask.png') no-repeat;
	display: none;
	height: 256px;
	left: 0;
	position: absolute;
	top: 0;
	width: 384px;
}

ul#lomos li:hover div.highlight {
	display: block;
}

ul#lomos li div.trigger {
	height: 256px;
	left: 0;
	position: absolute;
	top: 0;
	width: 384px;
}

div.info {
	bottom: 20px;
	left: 20px;
	line-height: 20px;	
	text-transform: uppercase;
	position: absolute;
	width: 344px;
}

div.info span {
	font-size: 26px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: -1px;
}

ul#lomos.albums li {
	cursor: pointer;
}

ul#wall {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;	
}

ul#wall li {
	float: left;
}