

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox2
{
	cursor: default;
	list-style: none;
}

.hoverbox2 a
{
	cursor: default;
}

.hoverbox2 a .preview
{
	display:none;
}

.hoverbox2 a:hover .preview
{
	display: block;
	position: absolute;
	top: -200px; /* y axel */
	left: -350px; /* x axel */
	z-index: 1;
}

.hoverbox2 img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 1px;
	vertical-align: top;
	width: 100px;  /* width of the thumbnail */
	height: 77px; /* height of the thumbnail */
}

.hoverbox2 li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float:right;
	margin: 10px;
	padding: 1px;
	position: relative;
}

.hoverbox2 .preview
{
	border-color: #000;
	width: 320px;  /* width of the picture */
	height: 250px; /* height of the picture */
}