.fisheye{
	text-align: center;
	height: 50px;
	position: relative;
}
a.fisheyeItem
{
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none!important;
	width: 40px;
	position: absolute;
	display: block;
	top: 0;
}
a.fisheyeItemBottom
{
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none!important;
	width: 40px;
	position: absolute;
	display: block;
	bottom: 0;
}
.fisheyeItem img
{
	border: none;
	margin: 0 auto 5px auto;
	width: 100%;
}
.fisheyeItemBottom img
{
	border: none;
	margin: 5px auto 0 auto;
	width: 100%;
}
.fisheyeItem span,
.fisheyeItemBottom span
{
	display: none;
	positon: absolute;
}
.fisheyeContainterTop
{
	border-top:5px solid #00F;
	height: 50px;
	width: 200px;
	left: 500px;
	position: absolute;
}

.fisheyeContainterBottom
{
	border-bottom:5px solid #00F;
	border-left:5px solid #00F;
	border-right:5px solid #00F;
	height: 50px;
	width: 200px;
	left: 500px;
	position: absolute;
}
#fisheyeBottom
{	
	
	position: absolute;
	bottom:0;
	width: 100%;
	
}

#fisheyeTop
{
        
	position: absolute;
	top:0;
	width: 100%;


}