.magnify {
    position: relative;
    cursor: none;
	z-index:1;
}

.magnify-large {
    position: absolute;
    display: none;
    width: 250px;
    height:200px;
	z-index:1;
	background: transparent url(../img/ContractPartners-4961x678.png) no-repeat;

    -webkit-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85), 0 0 7px 7px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%
}
		
.magnify-uitleg {
    position: absolute;
    display: none;
	    width: 250px;

	/*
    height:200px;
	*/
	z-index:1;
	background-color:  #ECF0F1 ;
	border-radius: 50px;
    border: 2px solid #C2DFFF;
    padding: 20px;
	text-align: center;
     

    
}

