/* =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: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	padding: 2px;
	vertical-align: top;
	border-style:none;
	
}

.hoverbox li
{ color: white; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; display: inline; float: left; margin: 3px; padding: 5px; position: relative;  }

.hoverbox .preview
{
	border-color: #000;
	
}
/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a
{
	position: relative;
}

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

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

.hoverbox li
{
	position: static;
}
