table#galleryEditBox {
    display: none;
}

div.galleryBox {
    margin-top: 20px;
}

h1.title {
   margin-top: 10px;

}
a.galleryThumb {
    float: left;
    display: block;
    padding: 3px;
    border: 2px solid #d0ccad; 
    margin: 5px;
}
a.galleryThumb:hover {
	border: 2px solid #dc8909;
}
div.desc {
   margin-bottom: 5px;
}

a.galleryThumb img {
   border: 0;
}

div.galleryList {
   clear: both;
   margin: 5px 0 5px 0;
}
div.galleryList h2 a {
   text-decoration: none !important;
   font-size: 13pt;	
}
div.galleryList h2 a:hover {
   text-decoration: underline !important;  
}
div.galleryList span {
   display: block;
   width: 100%;
}
div.galleryList span img.photo {
   float: right;
   margin: 0 0 2px 2px;
   border: 2px solid #dc8909;
   padding: 3px;
}
