@charset "UTF-8";
/*
 * Sued-West Mouse over to Zoom
 * zoomImage.css
 */

.magnifier{
	background-image:url(../../images/frontend/layout/zoomBg.png);
	border: 0 solid #777777;
	z-index: 500;
	margin: 0;
	
	/* dont change anything below */
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow:visible;
}

.zoomImageHolder{
	margin-top:0;
    margin-left:290px;
    z-index:500;
    border:solid 2px #949E55;
	background:#FFF;
	
	/* dont change anything below */
	overflow:hidden;
	width:200px;
	height:200px;
    position:absolute;
}
