.picasagallery {
    text-align: left;
    border: 0 solid black;
    position: relative
    }
.picasagallery div.content_Thumbs {
    margin: 10px 0 0
    }
.picasagallery_header {
    clear: both;
    cursor: pointer;
    margin: 10px 10px 10px 5px;
    /* top right bottom left */
    font-size: 14pt;
    color: #1B87D1;
    text-decoration: none
    }
.picasagallery_header:hover {
    text-decoration: underline
    }
.picasagallery_title {
    margin: 10px 10px 10px 10px;
    /* top right bottom left */
    font-size: 13pt
    }
.picasagallery_album {
    float: left;
    text-align: center;
    height: 250px;
    width: 165px;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px 10px 15px 10px;
    /* top right bottom left */
    }
.picasagallery_album p {
    margin: 0 5px
    }
.picasagallery_album img {
    background: #798DEC;
    border: solid #0D2959 1px;
    cursor: pointer;
    padding: 4px;
    margin: 0 4px 5px !important
    }
.picasagallery_album img:hover {
    background: #DB7385;
    border: solid #921620 1px
    }
.picasagallery_thumbnail img {
    background: #798DEC;
    border: solid #0D2959 1px;
    cursor: pointer;
    padding: 4px;
    margin: 0 4px 5px !important
    }
.picasagallery_thumbnail img:hover {
    background: #DB7385;
    border: solid #921620 1px
    }
.picasagallery_photo {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: none
    }