/* This is an ultra customised version of hoverbox */

.hoverbox
{
	list-style: none;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	background-color: white;
	display: block;
	position: fixed;
	top: 40%;
	left: 35%;
	z-index: 1;

}


.hoverbox .preview
{
	border-color: #000;
}

#widget-trend .image .preview
{
	background: #fff;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: auto;
	max-height: 500px;
}

