

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

.hoverbox
{
	cursor: default;
	list-style: none;
	font: normal 10px Arial, Helvetica, sans-serif;
	text-align: center;
	
}

.hoverbox a
{
	cursor: default;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: inherit;
	text-decoration: none;
	}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	border-color: #000;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 0px;
	vertical-align: top;
	width: 160px;
	height: 120px;
}

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

.hoverbox .preview
{
	border-color: #000;
	width: 320px;
	height: 240px;
	}
	
.hoverbox li a
{
	cursor: pointer;
	}	
	
