

/* =hoverbox3 Code
----------------------------------------------------------------------*/

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

.hoverbox3 a
{
	cursor: default;
}

.hoverbox3 a .preview
{
	display:none;
}

.hoverbox3 a:hover .preview
{
	display: block;
	position: absolute;
	top: -200px; /* y axel This sets where the big image will be displayed */
	left: 120px; /* x axel This sets where the big image will be displayed */
	z-index: 1;
}

.hoverbox3 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 */
}

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

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