.fisheye{
	text-align: center;
	height: 50px;
	position: relative;
}

a.fisheyeItem
{
	text-align: center;
	color: #000;
	text-decoration: none;
	width: 45px;
	display: block;
	top: 0;
}

.position{
	position: absolute;
}

.float{
	float: left;
}

.fisheyeItem img
{
	border: none;
	margin: 0 auto 5px auto;
	width: 100%;
}

.fisheyeItem span
{
	display: none;
	position: absolute;
	z-index: 1000;
}

.fisheyeItem{
	/*text-align: center;*/
}

.fisheyeContainter
{
	/*height: 50px;
	width: 200px;
	left: 500px;*/
	position: absolute;
}

