.gallery_image {
}
.image {
	float:left;
	width:100px;
}

.caption {
clear: both;
float: left;
margin-left: 0%;
display: block;
margin-top: 0%;
margin-right: 3%;
border-bottom-color: #999;
border-bottom-style: solid;
border-bottom-width: thin;
padding-bottom: 0.3%;
padding-top: 0.5%;
font-size:.8em;
text-decoration: none;
color:#7f7f7f;
line-height: 120%
}

#gallery {margin-bottom: 10px;}

 .vi-button {
        
        background: url("/bilder/logos/Button-VI-off.png") no-repeat;
        background-size: 100%;
        width:100%;
        height:172px;
        display: inline-block;
    }
 .vi-button:hover {
        background: url("/bilder/logos/Button-VI-on.png") no-repeat;
    }
    
    .navi {
	    max-width: 242px;
	    max-height:55px;
	    height:100%;
	    padding-bottom: 2%;
	    padding-top:2%;
	    background-color: darkgrey;

    }
    
    .navi a {
	    color: white;
	    text-decoration: none;
	    text-transform: uppercase;
	    	display: flex;
			justify-content: center;
			align-items: center;
		font-size: 2vh;
	    
    }
    
    .navi a:hover,.navi:hover {
	    background-color: #336666;
	    color: white;

    }
    