/*
		Stilmall för bildvisning

		Per Alm, 2016-07-23

*/
#ZoomTools		{	position:fixed; 
								top:20px; 
								right:10px;
								width:30px;
								text-align:right;
								z-index:99;
								display:none; }

#ZoomBar:hover
							{	cursor:n-resize; }

#ZoomWindow
							{	position:fixed; 
								top:20px;
								width:auto; 
								overflow:auto;
								max-width:100%;
					 			background-color:transparent;
					 			display:none; 
								right:2%;
								left:2%;  }

#ZoomImg			{ width:auto; 
								height:auto;
								border:10px solid #f8f8f8; }

#ZoomImg:hover
							{ cursor:pointer; }

#ZoomArea			{ text-align:center;
								max-width:100%;
								max-height:100%; }

#DummyArea		{ position:fixed; top:0; visibility:hidden; }

#ExpImg				{	position:fixed; top:0; visibility:hidden; }

@media screen and (min-width: 720px) {

#ZoomWindow
							{	right:50px;
								left:50px; }
	
}
