/* =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;
}

.hoverbox li
{
	position: static;
}

/* =Internet Explorer Fixes for 8 image page
----------------------------------------------------------------------*/

.eightimageshoverbox a
{
	position: relative;
}

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

.eightimageshoverbox a:hover .eightimagespreview
{
	top: -38px;
	left: -50px;
}

.eightimageshoverbox li
{
	position: static;
}

/* =Internet Explorer Fixes for thanksgiving  page
----------------------------------------------------------------------*/

.thanksimageshoverbox a
{
	position: relative;
}

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

.thanksimageshoverbox a:hover .thanksimagespreview
{
	top: -38px;
	left: -50px;
}

.thanksimageshoverbox li
{
	position: static;
}

/* =Internet Explorer Fixes for 6 image page
----------------------------------------------------------------------*/

.siximageshoverbox a
{
	position: relative;
}

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

.siximageshoverbox a:hover .siximagespreview
{
	top: -38px;
	left: -50px;
}

.siximageshoverbox li
{
	position: static;
}

