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


.fisheye{

	background:url(../../images/share/grid3.png);
	text-align: right;
	height: 10px;
	position: relative;
	margin:auto;
}

a.fisheyeItem2
{

	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 100px;
	position: absolute;
	display: block;
	top: 0;
}

.fisheyeItem2 img
{

	border: none;
	margin: 5px 0px 0 auto;
	width: 100%;
	padding-right: 30px;
}

.fisheyeItem2 span
{
	display: none;
	positon: absolute;
}
.fisheyeContainter
{

	height: 50px;
	width: 200px;
	left: 500px;
	position: absolute;
}
#fisheye2
{

	position: fixed;
	width: 100%;
	bottom: 0px;
}

