﻿/* ######### CSS for galeri contents ######### */
img.thumb{
border:2px solid orange;
margin:1px;
}
img.thumb:hover{
border:2px solid red;
margin:1px;
}

table#content td{
width:20%;
}