.hoverbox
{
	cursor: pointer;
	border: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
.hoverbox a
{
	cursor: default;
}
.hoverbox a .preview
{
	display: none;
}
.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.hoverbox img
{
	background: #fff;
	border: 0;
	vertical-align: top;
	width: 303px;
	height: 235px;
	margin: 0px;
	padding: 0;
	cursor:pointer;
}
.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.hoverbox .preview
{
	border-color: #000;
	width: 303px;
	height: 235px;
}
