
/* This is the moving lens square underneath the mouse pointer. */
.cloud-zoom-lens {
	border: 4px solid #888;
	margin:-4px;	/* Set this to minus the border thickness. */
	background-color:#fff;
	cursor:move;
}

/* This is for the title text. */
.cloud-zoom-title {
	font-family:Arial, Helvetica, sans-serif;
	position:absolute !important;
	background-color:#000;
	color:#fff;
	padding:3px;
	width:100%;
	text-align:center;
	font-weight:bold;
	font-size:10px;
	top:0px;
}

/* This is the zoom window. */
.cloud-zoom-big {
	border:4px solid #ccc;
	overflow:hidden;
	z-index: 10000;
	position: fixed;
	top: 100px;
	right: 100px;
}

/* This is the loading message. */
.cloud-zoom-loading {
	color:white;
	background:#222;
	padding:3px;
	border:1px solid #000;
}

.mousetrap {
	width: 100% !important;
	cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAYAAACpSkzOAAABxElEQVRIie3VoVLDQBAA0GM6pIaBDwkFwQ8gamJoduEwRVcwE8iuwwAWLP+AKC2y34Cog3SPQZQZUODAUEwRkJKEJKSUotiZU7nLy95t9pRKiUDbVkDupjCcCkFfGAdC+GwYRRhODYMOtG2lrS0cPUIQwhvDOMwbQngjPuDYQFOrkmE8+g5IGUdNrUqFoa8IPAq7e0K1Ssdzyh3PKQvVKsLunmF4TGLFEB834tsC7W6jupA1v9uoLghhK4b5uJGLBNq2DMFdBDlXSs0ksh0axmFi6YwQtEcQ4X1ugRgf6tHtuvCc+S9z0iF14TnzhvAhfB6wu5UJCcFZJJv91I/JgJRS6v3MRpXYyoYYb8OJVwzLY0NUq4wgxttMyBC8hBM7nlOOvvi7odTHGX9Cg5yM4GkiaHt1rih0PcnWXe6uLRXauj8rhlh5Ez5MrbxTfti2+uEPG55xdlYMeuIWxKBzkTB6BMdpTbW3A4vdxspsoG2rtwOLGU11mHeOsWhqVRLCkx9cE/F7yncPCmUm7K4XvfiSXX9sLNC2ZXyoC2FLCPpC+Po+oC+ELeNDPezUE2c2Tgjj4T82FUwYD38dSmJTQ6JYFHkD2BPW1UBO5b8AAAAASUVORK5CYII=), move !important;
}

.cloud-zoom-big {
	left: 0px !important;
	width: 100% !important;
}