*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

h1
{
	background: inherit;
	border-bottom: 1px dashed #ccc;
	color: #933;
	font: Tempelhof-Regular;
	margin: 20px 20px 10px;
	padding: 0 0 5px;
	text-align: left;
}

p
{
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 5px 0;
	text-align: center;
}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
	position: relative;
}

.hoverbox a
{
	cursor: auto;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}

.hoverbox img
{
	padding: 5px;
	vertical-align: inherit;
	width: 150px;
	height: 400px;
}

.hoverbox li
{
	display: inline;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 150px;
	height: 30px;
	position: fixed;
}
