/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.portrait a
{
	position: relative;
}

.portrait a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.portrait a:hover .preview
{
	top: -81px;
	left: -54px;
}

.portrait li
{
	position: static;
}

.landscape a
{
	position: relative;
}

.landscape a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.landscape a:hover .preview
{
	top: -54px;
	left: -81px;
}

.landscape li
{
	position: static;
}


.chart a
{
	position: relative;
}

.chart a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.chart a:hover .preview
{
	top: -152px;
	left: 0px;
}

.chart li
{
	position: static;
}