* {
	font: 11px 'Trebuchet MS', Verdana, Tahoma, Arial, Sans-Serif;
	text-align: left;
	background-color: transparent;
	padding: 0;
	margin: 0;
	list-style: none;
}
.fisheye{
	text-align: center;
	height: 50px;
	position: relative;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	margin-top: 10px;
}
.fisheyeContainter
{
	background-color: #fff;
	top: 0;
	left: -7px;
	position: absolute;
	margin-top: 10px;
	width: 247px;
}
.fisheyeContainter li
{
	float: left;
}
.fisheyeContainter a
{
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 48px;
	display: block;
}
.fisheyeContainter a.fisheyeItem
{
	position: absolute;
	top: 0;
}
.fisheyeContainter a img
{
	border: none;
	margin: 0 auto 0 auto;
	width: 100%;
}
.fisheyeContainter a.fisheyeItem span
{
	display: none;
	position: relative;
	left: 15px;
}

