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

.hoverbox
{
	cursor: default;
	list-style: none;
	width: 332px;
}

.hoverbox a:link
{
	cursor: default;
	border: none;
}

.hoverbox a .preview
{
	display: none;
	border:none;
}

.hoverbox a:hover .preview
{
	display: block;
	border: none;
	position: absolute;
	top: -180px;
	left: -530px;
	z-index: 1;
}

.hoverbox a:visited 
{
 	cursor: default;
	border: none;
	}

.hoverbox a:active 
{
 	cursor: wait;
	border: none;
}

.hoverbox img
{
	background: #FFF;
	color: inherit;
	padding: 3px;
	vertical-align: top;
	width: 30px;
	height: 30px;
}

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

.hoverbox .preview
{
	background-color:transparent;
	width: 500px;
	height: 386px;
}
