/* Start of CMSMS style sheet 'Photo Gallery' */
ul.gallery_imagelist {
    list-style-image:none;
    list-style-type:none;
    margin: 0;
    padding: 0;
}
ul.gallery_imagelist li {
    float: left;
    padding: 5px;
    text-align: center;
    width: 160px;
    height: 100px;
}
ul.gallery_imagelist div.picture_container{
    margin: 0 auto;
    border: 1px solid gray;
    width: 96px;
    height: 64px;
    overflow: hidden;
}
ul.gallery_imagelist div.caption{
    margin: 2px auto 0;
    width: 92px;
    padding: 2px;
    background-color: #CCCCCC;
    font-family: arial;
    font-size: 12px;
    font-weight: bold;
    color: black;
}
ul.gallery_imagelist a, ul.imagelist a{
    text-decoration: none;
}
ul.gallery_imagelist a img, ul.imagelist a img{
    border: none;
}

/* End of 'Photo Gallery' */

