#mainContent .kep img {
	cursor: zoom-in;
}
#mainContent .kep2 img {
	cursor: default;
}
.prodThumbWrap {
/*	margin:8px 0; */
	margin: 0px;
	padding: 0px;
	height:34px;
	width:55px;
	overflow:visible;  /* Eredetileg: hidden */
	display:inline;
}
.prodThumbWrap img {
	vertical-align:middle;
	line-height:55px;
}
.loadingImage {
	background:url(../images/ajax-loader.gif) 0 0 no-repeat;
	width:16px;
	height:16px;
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-8px;
	margin-top:-8px;
	z-index:101;
}
.loadingWindowUnderlay {
	position:absolute;
	top:0;
	left:0;
	background:#fff;
	opacity:0.5;
	filter:alpha(opacity=50);
	width:100%;
	height:100%;
	z-index:100;
}
#quickLook {
	cursor: default;
	width:302px;
	height:302px;
	z-index:99;
/*	width: 10px;
	height: 10px; */
	position:absolute;
	top:0px;
	left:0px;
/*	padding:5px; */
	background:#fff;
	border:1px solid #999;
	table-layout:fixed;
}
#quickLook td {
	vertical-align:middle;
	-webkit-box-shadow: 0px 3px 7px 0px #666666;
	-moz-box-shadow: 0px 3px 7px 0px #666666;
	box-shadow: 0px 3px 7px 0px #666666;
}
#Inv {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 100;
}
#mainContent #quickLook td img {
	cursor: default;
	max-width:100%;
	max-height:100% !important;
}