*
{
	border: 0;
}

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

a
{
	text-decoration: none;
}

body
{ color: #777; background-color: black; background-image: none; background-repeat: repeat; background-attachment: scroll; }

h1
{ background: inherit; border-bottom: 0 dashed #ccc; color: white; font: 17px arial, sans-serif; margin: 0 0 10px; padding: 0 0 5px; text-align: center; border-top-width: 0; border-right-width: 0; border-left-width: 0; }

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

p a
{ color: #777; background-color: transparent; background-image: inherit; background-repeat: inherit; background-attachment: inherit; background-position: inherit; }

p a:hover
{ color: #000; background-color: transparent; background-image: inherit; background-repeat: inherit; background-attachment: inherit; background-position: inherit; }

/* =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
{ border-color: #aaa #ccc #ddd #bbb; border-style: solid; border-width: 0; color: inherit; background: transparent; padding: 2px; vertical-align: top; width: 100px; height: 75px; }

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

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