/* =Hoverbox Code 80 X 80 TOP ----------------------------------------------------------------------*/				
.h_box
{	cursor: default;
	list-style: none;
}

.h_box a
{	cursor: default; }

.h_box a .preview
{	display: none; }

.h_box a:hover .preview 
{	display: block;
	position: absolute;
	top: -80px;
	left: -200px;
	z-index: 1;
}

.h_box img
{	color: inherit;
	padding: 0px;
	margin: 19px 0px 0px 30px;
	vertical-align: middle;
	width: 22px;
	height: 22px;
}

.h_box li 
{	color: inherit;
	display: inline;
	float: left;
	margin: -19px 0px 0px -40px;
	padding: 0px 0px 0px 0px;
	position: relative;
}

.h_box .preview 
{	border-color: #000;
	width: auto;
	height: auto;
}
				
/* =Internet Explorer Hacks */
* html .h_box a 
{ position: relative; }
			
* html .h_box a:hover 
{	font-size: 100%; 
	z-index: 1;
}
			
* html .h_box a:hover .preview
{	top: -38px;
	left: -50px;
}
			
* html .h_box li
{ position: static; }
