.hoverbox
{
	cursor: default;
	list-style: none;
	width: 600px;
	padding-top: 30px;
	padding-left: 100px;
	padding-bottom: 40px;
	height: auto;
	clear: both;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

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

.hoverbox img
{
	background: #aaa;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	padding: 10px;
	vertical-align: top;
	width: 100px;
	height: 75px;
}

p2  {
	font-size: 12px;
	line-height: normal;
	text-align: center;
	clear: both;
	vertical-align: baseline;
}

.hoverbox li
{
	background: #ffffff;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	display: inline;
	float: left;
	position: relative;
	height: auto;
	margin-top: 3px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 3px;
}

.hoverbox .preview
{
	border-color: #000;
	width: 266px;
	height: 200px;
}