.fisheye{
	text-align: center;
	height: 50px;
	position: relative;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a.fisheyeItem
{
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;
	top: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a.fisheyeItem2
{
	text-align: center;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;
	bottom: 0;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.fisheyeItem img
{
	border: none;
	margin: 0 auto 5px auto;
	width: 100%;
}
.fisheyeItem2 img
{
	border: none;
	margin: 0 20px 5px 20px;
	width: 100%;
}
.fisheyeItem span,
.fisheyeItem2 span
{
	display: none;
	positon: absolute;
	text-align:center;
}
.fisheyeContainter
{
	
	height: 50px;
	width: 400px;
	left: 500px;
	position: absolute;
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

#fisheye
{
	position:absolute;
	width: 500px;
	bottom: -17px;
	left: 250px;
	top: 415px;
	z-index: 9000;
}

