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

.hoverbox a
{
	position: relative;
}

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

.hoverbox a:hover .preview
{
	/*top: -38px;
	left: -50px;*/
	top: -33px;
	left:-90px;
	display: block;
	z-index: 1;
	position: absolute;
}

.hoverbox li
{
	position: static;
	background: #eee;
	border:none;
	/*border-style: solid;
	border-width: 1px;*/
	color: inherit;
	display: inline;
	float: left;
	margin: 3px 0px 3px 0px;
	padding: 5px;
}

.hoverbox .preview
{
	border:none;
	width: 243px;
	height: 340px;
}

.hoverbox images
{
	background: #fff;
	border:none;
/*	border-style: solid;
	border-width: 1px;*/
	color: inherit;
	padding: 2px;
	vertical-align: top;
	width: 104px;
	height: 152px;
}

#hover_container
{
	margin:0px auto; 
	padding:0px 0px 0px 9px;
}