*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/
div
{
	position:absolute;
	width:135px;
	height:16px;
	top: 20px;
	left:70px;
	background-color:white;
}
div.moblit {
	background-color:transparent;
	}
#spacel {
	width:100%;
	height:1.25em;
}
.arrow
{
	position:absolute;
	float:left;
	margin-left:13px;
}
.arrowr
{
	position:absolute;
	float:left;
	margin-left:478px;
	margin-top:7px;
}
a
{
	text-decoration: none;
}

body
{
	background-image:url(../assets/backgrounds/greyback.jpg);
	background-color: #e0ddca;
	color: #777;
	margin: 0 auto;
	padding: 42px;
	position: relative;
	width: 600px;
}
h1
{
	background:transparent;
	color: #333;
	font:bold 40px Georgia, serif;
	margin: 0 10px 9px 0;
	padding: 0 0 5px;
	text-align: center;
}
h3
{
	background: inherit;
	color: #333;
	font: 18px Georgia, serif;
	margin: -1px 1px 1px 10px;
	padding: 0 3px 0 0;
	text-align: left;
	z-index:2;
}
p
{
	clear: both;
	font: 16px Verdana, sans-serif;
	color: #999;
	padding: 10px 0;
	text-align: center;
}
p a:link, a:visited, a:active, a:focus
{
	background: inherit;
	color: #665;
}

p a:hover
{
	background: inherit;
	color: #000;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/
a.mlpl:link,a.mlpl:visited,a.mlpl:hover,a.mlpl:active,a.mlpl:focus {
	text-decoration:none;
	outline:none;
	display: table-cell;
    vertical-align: middle;
	background:transparent;
	width:100%;
	height:36px;
}
.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}
.hoverbox a .preview_low
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -19px;
	left: 2px;
	z-index: 1;
}
.hoverbox a:hover .preview_low
{
	display: block;
	position: absolute;
	top: -1px;
	left: -151px;
	z-index: 1;
}

.hoverbox img
{
	background: transparent;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	height: 280px;
}

.hoverbox li
{
	background: transparent;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 1px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	height: 450px;
}
.hoverbox .preview_low
{
	border-color: #000;
	height: 450px;
}
.hoverbox .previ
{
	border-color: #000;
	width: 115px;
	height: 17px;
}
.hoverbox .previ_low
{
	border-color: #000;
	width: 134px;
	height: 17px;
}
.hoverbox a .previ
{
	display: none;
}
.hoverbox a .previ_low
{
	display: none;
}
.hoverbox a:hover .previ
{
	display: block;
	position: absolute;
	top: 362px;
	left: 332px;
	z-index: 1;
}
.hoverbox a:hover .previ_low
{
	display: block;
	position: absolute;
	top: 430px;
	left: 112px;
	z-index: 1;
}
