@charset "utf-8";
/* CSS Document */

.fisheye{
	background-color: transparent;
	text-align: center;
	height: 150px;
	position: relative;
	margin-left: 260px;
	
	z-index: 2000;
}
a.fisheyeItem
{
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 126px;
	position: absolute;
	display: block;
	top: 0;
}
.fisheyeItem img
{
	border: none;
	margin: 0 auto 5px auto;
	width: 100%;
}
.fisheyeItem span
{
	display: none;
	positon: absolute;
	background-color: #8B8D94;
	color: white;
	font-size: 18px;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
}
.fisheyeContainter
{
	background-color: transparent;
	height: 150px;
	width: 504px;
	left: 230px;
	position: absolute;
}
