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


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

.hoverbox
{
	cursor: default;
	list-style: none;
	width:600px;
	margin:5px;
	z-index: 20;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
	z-index: 20;
}

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

.hoverbox img
{
	background: #000000;
	vertical-align: top;
	width: auto;
	height: 76px;
	border:solid;
	border-width:2px;
	border-color: #000000;
	z-index: 20;
}

.hoverbox li
{
	background: #eee;
	display: inline;
	float: left;
	margin: 3px;
	position: relative;
}

.hoverbox .preview
{position: absolute;
left: 50%;
top: 50%;
	border-color: #000;
	width: auto;
	height: 240px;
}