.fisheye{
}

a.fisheyeItem
{
	text-align: center;
	color: #939393;
	font-weight: bold;
	text-decoration: none!important;
	width: 40px;
	position: absolute;
	display: block;
	top: 0;
}
a.fisheyeItemBottom
{
	text-align: center;
	color: #939393;
	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%;*/
	margin: 5px auto 0px auto;
	width: 100%;
}
.fisheyeItemBottom img
{
	border: none;
	/*margin: 5px auto 0 auto;
	width: 100%;*/
	margin: 5px auto 10px auto;
	width: 100%;
}
.fisheyeItem span,
.fisheyeItemBottom span
{
	display: none;
	/*positon: absolute;*/
}
.fisheyeContainterTop
{
	/*background:url("bkfisheye.png") repeat-x;*/
	/*height: 124px;*/
	/*border-top:5px solid #00F;*/
	height: 50px;
	width: 200px;
	left: 500px;
	position: relative;
}

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

.fisheyeContainterBottom
{
    z-index:10;
	/*background:url('bkfisheye.png') repeat-x;*/
	/*background:url('bkfisheye.png') no-repeat;*/
	height: 124px;
	width: 200px;
	left: 500px;
	position: relative;
	
}

#fisheyeBottom
{	
	/*background:url('bkfisheye.png') repeat-x;*/
	/*background:url('bkfisheye.png') no-repeat;*/
	position: relative;
	bottom:0;
	width: 100%;
	
	
}

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


}