	* { border:0; margin:0; padding:0; }
		p { position:absolute; top:3px; right:28px; color:#555; font:bold 13px/1 sans-serif;}

		/* these styles are for the demo, but are not required for the plugin */
		.zoom {
            width:90%; margin:auto; max-width:700px;
			/*display:inline-block;
			position: relative;*/
            
		}
.zoom img{width:100%; height:auto}
		/* magnifying glass icon */
	
.more{
			
			position:absolute;
			width:17px; height:33px; top:45%; right:5px; z-index:2; display:block} 
			.less
			{
			
			position:absolute;
			width:17px; height:33px; top:45%; left:5px; z-index:2; display:block}
		.zoom img {
			display: block;
		}

		.zoom img::selection { background-color: transparent; }
