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

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

#hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: 500px;
	left:auto;
	z-index: 1;
}
.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: 500px;
	left:auto;
	z-index: 1;
}
.hoverbox img
{
	background: #fff;
	border-color: #aaa #ccc #ddd #bbb;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	vertical-align: top;
	width: 151px;
	height: 100px;
	text-align: left;
}

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

.hoverbox .preview
{
	border-color: #000;
	width: 400px;
	height: 301px;
}

/* =Internet Explorer Hacks
----------------------------------------------------------------------*/

* html .hoverbox a
{
	position: relative;
}

* html .hoverbox a:hover
{
	font-size: 100%;
	z-index: 1;
}

*html .hoverbox a:hover .preview
{
position:absolute; left:-500px; top:-32px; 
}

* html .hoverbox li
{
	position: static;}
	

