body {
	margin: 0;
	background-color: #fff;
}
#loader {
	height: 200px;
}
#loader img {
	border: none;
	margin: 0;
	padding: 0;
}
.loading {
	background-image: url(http://artlung.com/images/headers-ajax-loader.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
#header-holder {
	background-color: #fff;
	min-height: 50%;
}
#all-headers {
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: auto;
	background-color: #ccc;
}
#encloser {
	width: 95%;
	margin: 0 auto;
/*	position: relative;
*/}
a#down {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40px;
	height: 40px;
	display: block;
	background-color: green;
}
a#up {
	position: absolute;
	bottom: 300px;
	right: 0;
	width: 40px;
	height: 40px;
	display: block;
	background-color: green;
}
a#down span, a#up span {
	display: none;
}

#all-headers a {
	border: none;
	outline: none;
	display: block;
	width: 202px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	float: left;
	padding: 4px;
	background-color: #fff;
	margin: 2px;
}
#all-headers a img {
	width: 200px;
	height: 75px;
	border: none;
}
#all-headers a.selected {
	background-color: #cfc;
}
#nav-holder {
	height: 75px;
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.nav-previous
, .nav-next {
	width: 275px;
	height: 75px;
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
.nav-previous a {
	display: block;
	background-image: url(http://artlung.com/images/arrow-sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 -225px;
	width: 275px;
	height: 75px;
	outline: none;
}
.nav-previous a img {
	margin: 0 0 0 75px;
	border: none;
}
.nav-previous a {
	display: block;
	background-image: url(http://artlung.com/images/arrow-sprite.gif);
	background-repeat: no-repeat;
	background-position: 0 -225px;
	width: 275px;
	height: 75px;
	outline: none;
}
.nav-previous a:hover{
	background-position: 0 -300px;
}
.nav-next a {
	display: block;
	background-image: url(http://artlung.com/images/arrow-sprite.gif);
	background-repeat: no-repeat;
	background-position: 200px 0;
	width: 275px;
	height: 75px;
	outline: none;
}
.nav-next a:hover{
	background-position: 200px -75px;
}
.nav-next img {
	border: none;
}
.nav-next img, .nav-previous img, #all-headers img {
	opacity: 0.5;
}

.clear {
	clear: both;
}

