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

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

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

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

.hoverbox img
{
	background: #000;
	border-color: #770505;
	border-style: none;
	border-width: thick;
	color: inherit;
	padding: 0px;
	vertical-align: top;
	width: 178px;
	height: 62px;
}

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

.hoverbox .preview
{
	border-color: #770505;
	border-width:thick;
	width: 178px;
	height: 62px;
}

/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a
{
	position: relative;
}

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

.hoverbox a:hover .preview
{
	top: 0px;
	left: 0px;
}

.hoverbox li
{
	position: static;
}