.hoverbox

{

	cursor: default;

	list-style: none;

	

}



.hoverbox a

{

	cursor: default;

}



.hoverbox a .preview

{

	display: none;

}



.hoverbox a:hover .preview

{

	display: block;

	position: absolute;

	top: -33px;

	left: -45px;

	z-index: 2;

}



.hoverbox img

{

	background: #739434;

	border-color: #fff #fff #fff #fff;

	border-style: none;

	

	color: inherit;

	align : right;

	vertical-align: top;

	width: 100px;

	height: 67px;

}



.hoverbox li

{

	background: #739434;

	border-color: #ddd #bbb #aaa #ccc;

	border-style: none;

	align:center;

	color: inherit;

	display: inline;

	float: left;

	margin: 2px;

	padding: 3px;

	position: relative;

}



.hoverbox .preview

{

	border-color: ##739434;

	width: 210px;

	height: 140px;

}



/* =Internet Explorer Fixes

----------------------------------------------------------------------*/



.hoverbox a

{

	position: relative;

}



.hoverbox a:hover

{

	display: block;

	font-size: 100%;

	z-index: 1;

}



.hoverbox a:hover .preview

{

	top: -38px;

	left: -50px;

}



.hoverbox li

{

	position: static;

}


