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


*
{
	margin: 0;
	padding: 0;
}
.fisheye{
	text-align: center;
	height: 25px;
	position: relative;
}
a.fisheyeItem
{
	text-decoration: none;
	width: 125px;
	position: absolute;
	display: block;
	top: 0;
}
.fisheyeItem img
{
	border: none;
	width: 100%;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
}

.fisheyeItem span
{
	display: none;
	positon: absolute;
}
.fisheyeContainter
{
	height: 25px;
	width: 700px;
	margin-left:50px;
	margin-right:0px;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
}
