*




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

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

.hoverbox2 a
{
	cursor: default;
}

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

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

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



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



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