.fisheye {
	text-align: 		center;
	height: 			60px;
	position: 			relative;
	bottom: 			0px;
	top:				28px;
	border:				0px solid #900;
	margin-left:		0px;
	z-index:			9999;
}
a.fisheyeItem {
	text-align: 		center;
	color: 				#fff;
	font-weight: 		bold;
	text-decoration: 	none;
	/*width: 				40px;*/
	position: 			absolute;
	display: 			block;
	bottom: 			0;
	border:				0px;
}
.fisheyeItem img {
	border: 			none;
	margin: 			0 auto 0 auto;
	width: 				100%;
	border:				0px;
	z-index:			999;
}
.fisheyeItem span {
	display: 			none;
	positon: 			absolute;
	background:			#900;
	margin-top:			51px;
	height:				80px;
	border: 			1px solid #fff;
	color:				#fff;
	font-family:		Geneva, Arial, Helvetica, sans-serif;
	font-size:			11px;
	vertical-align: bottom;
	z-index:			1000;
}
.fisheyeItem div.item {
	height:				25px;
	margin-top:			-50px;
}
.fisheyeContainter {
	height: 			31px;
	left: 				-25px;
	position: 			absolute;
	top: 				0px; /*35px*/
	margin: 			0;
	display:			block;
}
