.thumbnail					{	position:relative;	/*	float: left; - stökar till raderna i Konstantin	*/	padding:3px;	z-index:1000;	}
.thumbnail span				{	/*CSS for enlarged image*/	position:absolute;	/*	background-color: #e5e5e5;	*/	padding:3px;	/*left: -1000px;*/	background-color:#ffffff;	/* border: 1px solid #8a8a8a; */	visibility:hidden;	color:#8a8a8a;	text-decoration:none;	}
.thumbnail span img			{	/*CSS for enlarged image*/	/*border-width: 0px; */	/*padding: 2px;*/	}
.thumbnail_span_blank		{	position:absolute;	top:1px;	left:-1px;	width:6px;	height:44px;	background:#ffffff;	}
.thumbnail:hover			{	/* background-color: #e9e9e2; */ 	z-index:1050;	color:#8a8a8a;	text-decoration: none;	}
.thumbnail:hover span		{	visibility:visible;	right:-527px;	top:1px;	}	/*THUMBNAIL HOVERPOPUPS*/


#imginfo1					{	position:relative;	}
#imginfo1 a span				{	display:none;	color:#FFFFFF;	}
#imginfo1 a:hover span		{	display:block;	position:fixed;	max-width:300px;	/*background:#aaa;	height: 50px;*/	left:10px;	bottom:10px;	color:#FFFFFF;	padding:10px;	}

#imginfo2					{	position:relative;	}
#imginfo2 a span				{	display:none;	color:#FFFFFF;	}

#imginfo2 a:hover span		{	display:block;	position:fixed;	width:1120px;	background:#aaa;	/*height: 50px;*/	 left:260px;	top:160px;	color:#FFFFFF;	padding:10px;	} 
/*
#imginfo2 a:hover span		{	display:block;	position:fixed;	width:140px;	/*background:#aaa;*/	/*height: 50px;*/	/*left:844px;	top:200px;	color:#000000;	padding:10px;	}*/

#imginfo2 a:hover span		{	display:block;	position:absolute;	max-width:0px;	background:#aaa;	/*height: 50px;*/	left:230px;	bottom:4px;	color:#FFFFFF;	padding:0px;	}
