.fisheye{
	text-align: center;
	height: 140px;
	position: relative;
}

a.fisheyeItem{
	text-align: center;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	width: 50px;
	position: absolute;
	display: block;
	bottom: 0;
	border:0;
	cursor: pointer;
}

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

.fisheyeItem span{
	display: none;
	position: absolute;
}

#fisheye1{
	position: absolute;
	width: 100%;
	bottom: 0px;
	display:none;
}

#fisheye2{
	position: absolute;
	width: 100%;
	bottom: 0px;
	display:none;
}

#fisheyeholder{
	position: absolute;
	width: 100%;
	bottom: 0px;
	display:block;
}

.fisheyeContainer1{
	background-color: transparent;
	height: 140px;
	width: 1220px;
	left: 0px;
	position: absolute;
	overflow:hidden;
}

.fisheyeContainer2{
	background-color: transparent;
	height: 140px;
	width: 1220px;
	left: 0px;
	position: absolute;
	overflow:hidden;
}

.redraw{
	left: 0px;
	position: absolute;
	/* empty on purpose to force a DOM redraw by adding and removing eg class*/
}



