#nortecnav{

}
.fisheye{
	text-align: center;
	font-size:10px;
	height: 50px;
	left: 220px;
	position: relative;
	top:10px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fisheyeTop{
	position: absolute;
	top: 0;
	bottom: auto;
	width: 100%;
}

.fisheyeBottom{
	position: absolute;
	top: auto;
	bottom: 0;
	width: 100%;
}

.fisheyeContainter{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 4px;
}

.fisheyeContainter{
	height: 50px;
	width: 250px;
	left: 0px;
	position: absolute;
	padding: 0;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

a.fisheyeItem{
	text-align: center;
	font-size:8px;
	font-weight: bold;
	padding:0;
	line-height:10px;
	text-decoration: none;
	width: 40px;
	position: absolute;
	display: block;
	top: 0;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fisheyeTop a.fisheyeItem{
}

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

.fisheyeItem span{
	display: none;
	padding: 3px;
}

