div.zoomdiv {
	z-index         : 300;
	position        : absolute;
	top				: 0px;
	left			: 0px;
	width           : 396px;
	height          : 396px;
	background		: #ffffff;
	border			: 2px solid #CCC;
	display			: none;
	text-align		: center; 
	overflow		: hidden;
}

img.jqzoom, #primary_block #pb-right-column{
	cursor:crosshair;
	position:relative;
}

.jqzoom_over{
	width:396px; 
	height:396px; 
	position:absolute; 
	top:0; 
	left:0; 
	background:none; 
	z-index:350;
	border:2px solid #E5E5E5;	
}

.jqzoom_over:hover{
	border: 2px solid #FFF;
	-webkit-box-shadow: 0px 0px 12px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 0px 12px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 0px 12px rgba(50, 50, 50, 0.2);
	-ms-transition: 	all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition:	all 0.3s ease-in-out;
	-o-transition: 		all 0.3s ease-in-out;	
}

