/* CSS Document */
.fisheye{
	text-align: left;
	height: 60px;
	position: relative;
	float:left;
	
}
a.fisheyeItem
{
	text-align: left;
	color: #000;
	font-weight: bold;
	font-family:arial,sans-serif;
	font-size:9px;
	text-decoration: none;
	width: 48px;
	position: absolute;
	display: block;
	top: 0;
}

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

.fisheyeItem span
{
	display: none;
	position: absolute;
	left:10px;
	font-weight: bold;
	font-family:arial,sans-serif;
	font-size:9px;
	text-decoration: none;
}

.fisheyeContainer
{
	background-color: transparent;
	height: 60px;
	width: 400px;
	left: 0px;
	position: absolute;
	background-color:#FFF;
}

#fish
{
  width:260px;
	margin:auto auto;
	background-color:#FFF;
	border:0;
}
