

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	clear:left;
	min-height:60px;
	cursor: default;
	list-style: none;
	margin-left: 10px;
	_padding-bottom:30px;
	text-align: center;
	-moz-box-sizing:border-box;box-sizing:border-box;
	
		
	
}

.hoverbox a
{
	cursor: default;
text-align: center;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -22px;
	left: -40px;
	z-index: 1;
}

.hoverbox img
{
	background: white;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	vertical-align: top;
	width: 30px;
	height: 20px;
text-align: center;
	
}

.hoverbox li
{
	background: transparent;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 3px;
	position: relative;
	font-family: verdana;
	text-align: center;
	
}


.hoverbox .preview
{
	border-color: #000;
	width: 90px;
	height: 60px;
	margin-top:5px;
	margin-left: 10px;
	cursor: pointer;
}
