img.prodThumb {
	cursor:help;
	position: relative;
	top:-25%;
	transform: translateY(25%);
}
.prodThumbWrap {
	margin:8px 0;
	height:34px;
	width:55px;
	overflow:hidden;
	display:inline;
}
.prodThumbWrap img{
	vertical-align:middle;
	line-height:55px;
}
.loadingImage {
	background:url('../oklevelek/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;
	width:100%;
	height:100%;
	z-index:100;
}
#quickLook {
	position:absolute;
	top:0px;
	left:0px;
	padding:5px;
	background:#fff;
	border:1px solid #999;
	table-layout:fixed;
	box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.36);
	z-index:1;
}
#quickLook td {
	vertical-align:middle;
}
#quickLook td img {
	max-width:100%;
	max-height:100% !important;
}