@charset "utf-8";
/* CSS Document */
#div_img, #div_img1, #div_img2, #div_img3, #div_img4, #div_img5, #div_img6, #div_img7, #div_img8, #div_img9, #div_img10, #div_img11, #div_img12, #div_img13, #div_img14, #div_img15, #div_img16, #div_img17, #div_img18, #div_img19, #div_img20, #div_img21, #div_img22  {
	padding: 10px; 
	margin: 0% 1% 0% 1%; 
	background-color: rgba(229, 229, 229, .1); 
	color: #00597E; 
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5); 
	max-width:90%; 
	font-size: 15px; 
	text-align: left; 
	float: left; 
	line-height: 110%; 
	font-style: italic;	
	overflow:hidden;
	font-weight: 500;
	
	
	
	}
		/* styles unrelated to zoom */
	

		/* these styles are for the demo, but are not required for the plugin */
		.zoom {
			display:inline-block;
			position: relative;
		}
		
		/* magnifying glass icon */
		.zoom:after {
			content:'';
			display:block; 
			width:33px; 
			height:33px; 
			position:absolute; 
			top:0;
			right:0;
			background:url(icon.png);

		}

		.zoom img {
			display: block;
			width:100%;
			
		}

		.zoom img::selection { background-color: transparent; }

		/*#ex2 img:hover { cursor: url(grab.cur), default; }
		#ex2 img:active { cursor: url(grabbed.cur), default; }*/

