@charset "iso-8859-2";
/* CSS Document */

#fishEye-frame {
	position: relative;
	margin: 0 auto;
	width: 920px;
	height: 60px;
	padding: 10px 0;
	z-index: 135;
}
#fishEye-clip {
	position: absolute;
	width: 920px;
	height: 60px;
	padding: 40px 0 40px 0;
	top: -35px;
	overflow: hidden;
}
#fishEye {
	position: relative;
	width: 50000px;
}

#fishEye img {
	width: 40px;
	height: 60px;
	float: left;
	position: relative;
	display: block;
}




/******************************************* RÉGI, NEMKELL. NEMTELJESEN DOBOM KI. *******************************************/
div.clear{
    clear:both;
}

div#fisheyeContainer{
	display: none;
    position:absolute;
	z-index: 3000;
	top: 0px;
	right: -10px;
    width:160px;
    height: 230px;
    text-align:center;
    overflow:hidden;
    padding:10px 0px;
}

div#fisheyeContainerInside{
    position:absolute;
    width:160px;            
    text-align:center;            
}

div#fisheyeContainer div.fisheye-image{
    text-align:center;
    margin:0px auto;
    padding:0px;
    overflow:hidden;
}
div#fisheyeContainer div.fisheye-image a {
	display: block;
	width: 100%;
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
	margin: 5px 0;
}
div#fisheyeContainer div.fisheye-image a:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity: 1.00;
}
div#fisheyeContainer div.fisheye-image img{
    display:block;
	width: 100%;
}