/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
	display: inline;
	position: relative;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -190px;
	left: -106px;
	z-index: 1;
	margin: 1px;
	padding: 2px; 
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 3px;
	color: inherit;
	background: #fff;
}	
.hhoverbox
{
	cursor: default;
	list-style: none;
}

.hhoverbox a
{
	cursor: default;
	display: inline;
	position: relative;
}

.hhoverbox a .preview
{
	display: none;
}

.hhoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -250px;
	left: -69px;
	z-index: 1;
	margin: 1px;
	padding: 2px; 
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 3px;
	color: inherit;
	background: #fff;
}

