*
{
}

body
{
}

.fisheye{
	text-align: center;
	height: 50px;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fisheyeTop
{
	position: absolute;
	top: 0;
	bottom: auto;
	width: 100%;
}

.fisheyeBottom
{
	position: absolute;
	top: auto;
	bottom: 0;
	width: 100%;
}

.fisheyeContainter
{
	border: 0px solid #fff;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fisheyeContainter
{
	background-color: #fff;
	height: 50px;
	width: 200px;
	left: 500px;
	position: absolute;
	padding: 0 0 0 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

a.fisheyeItem
{
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;
	top: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fisheyeTop a.fisheyeItem
{
}

.fisheyeItem img
{
	border: none;
	margin: 0 auto 5px auto;
	width: 100%;
}

.fisheyeItem span
{
	display: none;
	padding: 3px;
}