*
{
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
	text-decoration: none;
}

body
{
	background: #fff;
	position: relative;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
pol {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
}


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;
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #000;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
	vertical-align: top;
}

.hoverbox a .preview
{
	display: none;
	vertical-align: top;
	margin: auto;
	height: auto;
	width: auto;
	clip: rect(0px,0px,0px,0px);
	top: 0px;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	width: 1080px;
	height: 713px;
	z-index: 1;
	clear: both;
	float: left;
	outline-width: inherit;
	background-color: #000000;
	vertical-align: text-bottom;
	visibility: visible;
	padding: 0px;
	margin-top: -25px;
	left: auto;
	clip: rect(1mm,auto,auto,auto);
	overflow: visible;
	top: 1mm;
}

.hoverbox img
{
	vertical-align: top;
	width: 215px;
	height: 215px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	clip: rect(0px,0px,0px,0px);
}

.hoverbox li
{
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.hoverbox .preview
{
	border-color: #000;
	width: 800px;
	height: 800px;
	vertical-align: top;
	visibility: visible;
}

