 
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	background-color: #ffffff;
	color: #333;
	text-align: left;
	}
  
 
/* fisheye styles */

.fisheye{
	text-align: center;
	height:580px;
   }
  *html .fisheye{
	text-align: center;
	height:580px;
	padding:0 0 0 0px;
  }
ul.fisheyeItem, li.fisheyeItem, a.fisheyeItem
{
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;
	top: 0;
	z-index: 100;
}

img { 
 behavior: url(iepngfix.htc); 
}
.fisheyeItem img
{
	border: none;
	margin: 0 auto 5px auto;
	width: 100%;
}

.fisheyeItem span
{
	display: none;
	positon: absolute;
}
.fisheyeContainter
{
	height: 50px;
	width: 1047px;
	left: -76px;
	position: absolute;
}
 