@charset "utf-8";
/* CSS Document */
.fisheye{
	text-align: center;
	height: 150px;
	position: relative;
	width:480px;
}
a.fisheyeItem
{
	text-align: center;
	text-decoration: none;
	width: 100px;
	position: absolute;
	display: block;
	top: 0;
}
.fisheyeItem img
{
	border: none;
	margin: 0 auto 5px auto;
	width: 100%;
}
.fisheyeContainter
{
	height: 150px;
	width: auto;
	left: 500px;
	position: absolute;
}
