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

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

a
{
	text-decoration: none;
}

body
{
	background: black;
	color: #777;
	margin: 0 auto;
	padding: 50px;
	position: relative;
	width: 630px;
}

h1
 { color: #933; font: 30px Georgia, serif; text-align: center; margin: 0 0 10px; padding: 0 0 5px; border-bottom: 1px dashed #ccc }

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

p a
 { color: #f90 }

p a:hover
 { color: #6cf; text-decoration: underline }

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

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

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

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

.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 200px;
	height: 150px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}

.hoverbox .preview
{
	border-color: #000;
	width: 380px;
	height: 330px;
}