.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
{
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 142px;
	height:84px;
	background:url(../img/small_thumb_bg.jpg) no-repeat 0 0;
	padding:2px;
}

.hoverbox li
{
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	position: relative;
}

.hoverbox .preview
{
	width: 242px;
	height: 143px;
	background:url(../img/big_thumb_bg.jpg) no-repeat 0 0;
	padding:2px;
}