/* =Hoverbox Code
----------------------------------------------------------------------*/
.hoverbox
{
	cursor: default;
	list-style: none;
}
.hoverbox a
{
	cursor: default;
}
.hoverbox a .preview
{
	display: none;
}
.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	z-index: 1;
}
.hoverbox img
{
	color: inherit;
	vertical-align: top;
	float: left;
	width: 160px;
	height: 120px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.hoverbox li
{
	color: inherit;
	display: inline;
	float: left;
	position: relative;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.hoverbox .preview
{
	width: 480px;
	height: 465px;
}