/* BILDEGALLERIET */
 .sp_bilder_bildenf { 
	font-size : 10px; 
	font-weight : bold;
	}.sp_bildenf a{
	color:#000000;
}
/* FLOATING IMG */
.sp_bilder_bildevisning{
position: relative;
z-index: 0;
}
.sp_bilder_bildevisning:hover{
background-color: transparent;
z-index: 50;
}
/* SIDESPESIFIKK PGA BILDERAMME */
	.sp_bilder_bildevisning span{ /*CSS for enlarged image*/
	position: absolute;
	background:url(../galleri/design/ramme.jpg);
	padding: 8px;
	left: -1000px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	}
/* !!!!!!!!!!!!!!!!!!!!!!!!!!!! */
.sp_bilder_bildevisning span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}
.sp_bilder_bildevisning:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 40px; /*position where enlarged image should offset horizontally */

}
