
a.fisheyeItem,
a.fisheyeItem:visited {
	text-align: center;
	color: #000;
	font-weight: normal;
	text-decoration: none;
	width: 100px;
	position: absolute;
	display: block;
	top: 0;
	text-decoration: none;
	overflow: visible;
}

a.fisheyeItem:hover {
	text-decoration: none;
}

.fisheyeItem img {
	border: none;
	margin: 5px auto 0 auto;
	width: 100%;
	z-index: 141;
}

.fisheyeItem span {
	display: none;
	positon: absolute;
	z-index: 140;
	height: 30px;
	background-color: transparent;
	background-position: top left;
	background-repeat: no-repeat;
	padding: 6px 0 0 0;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	color: #FFF;
}

.fisheyeItem span em {
	color:#F60;
	font-style:normal;
	font-size:10px;
	
}

.fisheyeItem span.small {
	width: 80px;
	background-image: url(../img/layout/tooltipFisheyeSmallBg.png);
	margin: 0 0 0 8%;
}

.fisheyeItem span.big {
	width: 140px;
	background-image: url(../img/layout/tooltipFisheyeBigBg.png);
	margin: 0 0 0 -25%;
}

.fisheyeContainter{
	background-color: #fff;
}

#fisheye {
	position: absolute;
	right: 50px;
	top: 75px;
	width: 530px;
	z-index: 100;
	height: 100px;
}