.kissgallery {
font-family: "Trebuchet MS";
font-size: 10pt;
width: 100%;
background-color: #ffffff;
}
.kissgallery_name {
width: 100%;
font-size: 14pt;
border-bottom: 1px dotted #b6ac38;
margin-bottom: 4px;
padding-left: 15px;
color: #b6ac38;
}
.kissgallery_desc {
padding: 3px;
margin: 0px;
margin-left: 2px;
width: 100%;
padding-left: 15px;
}
.kissgallery_index {
background-color: #ffffff;
padding-left: 7px;
}
.kissgallery_photo {
background-color: #e9e4b6;
padding: 10px;
border: 2px solid #b6ac38;
text-align: center;
vertical-align: middle;
}
.kissgallery_photo a img {
padding: 4px;
background-color: #ffffff;
border: 2px inset #cccccc;
}
.kissgallery_photo a:hover img {
padding: 4px;
background-color: #ffffff;
border: 2px inset #703400;
}
