@charset "UTF-8";

		/* styles unrelated to zoom */
		* { border:0; margin:0; padding:0; }
/* CSS Document */


		/* optional icon style */
		.zoomIcon {
	width:33px;
	height:33px;
	position:absolute;
	top:0;
	right:0;
	background-image: url(../2rosenzu/zoom-1/icon.png);
		}

		/* these styles are for the demo, and are not required for the plugin */
		.zoom {
	display:inline-block;
	border: 2px solid #CCC;
	position: relative;
		}

		.zoom img {
			display: block;
		}
