.kissgallery {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 10pt;
width: 100%;
background-color: #ecf0f9;
}
.kissgallery_name { 
/* this one shows the albuns name on top of the photos */
width: 100%;
font-size: 14pt;
/*border-bottom: 1px solid blue; */
margin-bottom: 4px;
}
.kissgallery_desc {   /* description of the album on bottom */
border: 1px solid Gray;
padding: 3px;
margin: 0px;
margin-left: 2px;
width: 95%;        /*has been 638px */
}
.kissgallery_index {
background-color: #ecf0f9;    /* background in between the black outer Frame of each foto */
}
.kissgallery_photo {
background-color: #f0f0ee;
padding: 10px;
border: 1px solid black;
text-align: center;
vertical-align: middle;
}
.kissgallery_photo a img {   /*frame directly around the foto */
padding: 4px;
background-color: #e6e6e6;   
border: 2px inset #cccccc;
}
.kissgallery_photo a:hover img {
padding: 4px;
background-color: #e6e6e6;
border: 2px inset #0000ff;
}
