.magnify {z-index:10;position: relative;width:100%;height:100%;
    margin:0px auto;overflow: hidden;left:0px;top:0px;}
    .element_to_magnify {position: relative;width:100%;	height:100%;overflow: hidden;}
    .element_to_magnify p {display: block;}
    .magnify_glass {
        z-index: 300;
        position: absolute;
        width:200px;
        height:200px;
        font-weight: bold;
        cursor: none;
		
	} 
.magnify_glass>img.magny_glass_image{
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 75px;
}
.magnify_glass_inner{
    border: 4px solid #fff;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    background: #bf2173;
    box-shadow: inset 0px 0px 13px #000000;
    overflow:hidden;
}	
	  

	