.fisheye{
	text-align: center;
	height: 73px;
	position: relative;
        z-index: 150;
        background-color:transparent;
}
a.fisheyeItem{
	text-align: center;
	color: #000;
	font-weight: bold;
        cursor: pointer; 
        background-color:transparent;
	text-decoration: none;
	width: 53px;
	position: absolute;
	display: block;
	top: 0;
	}

.fisheyeItem img{
	border: none;
	margin: 0 auto 5px auto;
	width: 100%;
	}
.fisheyeItem span{
	display: none;
	positon: absolute;
	}
.fisheyeContainter{
	height: 53px;
	width: 320px;
	position: absolute;
	}
.fisheyeCategoryBar{
        width:100%;
        background: white url(http://static.atlas-map.jp/images/fisheye/category_bar_parts.gif) repeat-x;
        text-align:center;
}
