/* CSS Document */

.fisheye{
	text-align: center;
	height: 50px;
	position: relative;
	bottom: 0px;

}
#fisheye{ float:right; padding-right:350px; padding-top:15px;}

a.fisheyeItem
{
	text-align: center;
	color: #000;
	text-decoration: none;
	width: 120px;
	position: absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006600;
	top: 0;
}
a.fisheyeItem2
{
	text-align: center;
	color: #000;
	text-decoration: none;
	width: 120px;
	position: absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#006600;
	bottom: 0;
}
.fisheyeItem img
{
	border: none;
	margin: 0 0 0 0;
	width: 100%;
}
.fisheyeItem2 img
{
	border: none;
	margin: 0 0 0 0;
	width: 100%;
}
.fisheyeItem span,
.fisheyeItem2 span
{
	display: none;
	positon: absolute;
}
.fisheyeContainter
{
	height: 50px;
	width:200px;
	left:0px;
	position: absolute;
}
