

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

.hoverbox a
{
	cursor: default;width:100px;
}

.hoverbox a .preview
{
	display: none;
}

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

.hoverbox img
{
	background: #2f2c29;
	border-color:  #2f2c29;
	border-style: solid;
	border-width: 1px;
	color: inherit;

	vertical-align: top;
	width: 70px;
	height: 45px;
}

.hoverbox li
{
	background:#2f2c29;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 0px;
	color: inherit;
	display:block;
width:70px;
	margin: 0px;
	padding: 5px;
	position: relative;
	
}
.hoverbox .preview
{
	border-color: #000;
	width: 200px;
	height: 150px;
}

.flot{float:left; margin: 0 10px 0 0;}