@charset "utf-8";
/* CSS Document */

.fisheye{
	height: 47px;
	float:right;
	position: relative;
	margin-right:60px;
	text-align: right
}

a.fisheyeItem
{
	color: #000;
	display: block;
	position: absolute;
	margin:3px 0px 5px 0px;
	text-align: right;
	text-decoration: none;
	top: 0;
	width: 40px
}

.fisheyeItem img { width: 100% }

.fisheyeItem span
{
	color:#7D0000;
	display: none;
	font-family:"Trebuchet MS", Verdana, Arial;
	font-size:14px;
	font-weight:500;
	positon: absolute
}
.fisheyeContainter
{
	height: 47px;
	position: absolute;
	left:11800px;
	width: 100%
}