
	.img-magnifier-container {
		position: relative;
	}

	.img-magnifier-glass {
		position: absolute;
		border: 3px solid #000;
		/*border-radius: 50%;*/
		cursor: none;
		width: 300px; height: 300px;	// Set the size of the magnifier glass
	} 
