*




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

.hoverbox
{
	cursor: default;
	list-style: none;
	position: static;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
	border: 1px solid #CCCCCC;
	padding: 70;
}

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

.hoverbox img
{
	background: #EAEAEA;
	vertical-align: top;
	border-top-color: #EAEAEA;
	border-right-color: #EAEAEA;
	border-bottom-color: #EAEAEA;
	border-left-color: #EAEAEA;
	height: 120px;
	
}



.hoverbox li
{
	color: inherit;
	background-color: #EAEAEA;
	float: left;
	display: inline;
	position: relative;
	margin: 20px;
}



.hoverbox .preview
{
	height: 299px;
	margin: 10;
}
