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

.hoverbox
{
	list-style: none;
	margin: 0 20px 0 20px;
}


.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -40px;
	left: 100px;
	z-index: 10;
}

.hoverbox img
{
	vertical-align: top;
}

.hoverbox li
{
	display: inline;
	float: left;
	padding: 0 0 5px 0;
	position: relative;
	width:150px;
}

.hoverbox .preview
{	font-size: 14px;
	font-weight: normal;
	padding-top: 10px;
	width: 206px;
	height: 65px;
	background: url('images/popup.png') no-repeat;
}
.hoverbox .preview h2 {
	margin-bottom: 0;
}
