.hoverbox
{
	cursor: default;
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: none;
}

.hoverbox a
{
	cursor: default;
	text-decoration: none;
	border:none;
}

a img {
	border: none;
}


.hoverbox a .preview
{
	display: none; 
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -130px;
	left: 550px;
	z-index: 1;
}

.hoverbox img
{
	width: 18px;
	height: 15px;
}

.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 2px;
	position: relative;
}




.hoverbox .preview
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	width: 200px;
	height: 150px;
}


/* elso */


.hoverbox .preview_e
{
	display: none; 
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	width: 200px;
	height: 150px;
}

.hoverbox a:hover .preview_e
{
	display: block;
	position: absolute;
	top: 0px;
	left: 550px;
	z-index: 1;
}

/* allo */


.hoverbox .preview_allo
{
	display: none; 
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	width: 200px;
	height: 307px;
}

.hoverbox a:hover .preview_allo
{
	display: block;
	position: absolute;
	top: -130px;
	left: 550px;
	z-index: 1;
}