*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
}

body
{ background: #000; /* black */
	/*background: #fff;*/
	color: #777; margin: 0 auto; padding: 50px; position: relative; width: 500px; }

h1
{
	background: inherit;
	/* border-bottom: 1px dashed #ccc; */
	color: #933;
	font: 17px Georgia, serif;
	margin: 0 0 10px;
	padding: 0 0 5px;
	text-align: center;
}

p
{
	clear: both;
	font: 10px Verdana, sans-serif;
	padding: 10px 0;
	text-align: center;
}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000; /* black */
	
}


/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{ cursor: crosshair; }

.hoverbox a .preview
{
	display: none;
}

.hoverbox a .previewPortrait
{
	display: none;
}

.hoverbox a:hover .preview
{ display: block; position: absolute; top: -33px; left: -45px; z-index: 1; }

.hoverbox a:hover .previewPortrait
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{ background: white; border-color: #aaa #ccc #ddd #bbb; border-width: 5px; color: inherit; padding: 5px; vertical-align: top; width: 200px; height: 133px; border-style: ridge; }

.hoverbox li
{
	background: silver;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 5px;
	padding: 8px;
	position: relative;
}

.hoverbox .preview
{
	border-color: gray;
	width: 600px;
	height: 400px;
}

.hoverbox .previewPortrait
{
	border-color: gray;
	width: 400px;
	height: 600px;
}