
.fisheye {
height:50px;
padding-bottom:60px;
padding-top:20px;
position:relative;
text-align:center;
}
a.fisheyeItem {
	text-align: center;
	color: wheat;
	font-weight: bold;
	text-decoration: none;
	width: 20px;
	position: absolute;
	display: block;
	top: 6px;
}
.fisheyeItem img {
	border: none;
	margin: 0 auto 5px auto;
	width: 100%;
}
.fisheyeContainter {
	background:#8AC800 url(/uploads/widgetlike/bg03.jpg) no-repeat scroll 40% 92%;
	height: 50px;
	width: 120px;
	left: 400px;
	position: absolute;
}
.fisheyeItem span,
.fisheyeItem2 span {
	display: none;
	positon: absolute;
}
.fisheye2
{
	position: absolute;
	width: 100%;
	bottom: 0px;
}
a.fisheyeItem2
{
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;
	bottom: 0;
}
.fisheyeItem2 img
{
	border: none;
	margin: 5px auto 0 auto;
	width: 100%;
}

