/* Styles for the Photo Gallery */
.dsGallery {
    margin: 5px;
    text-align: center;
	margin-left: -43px;
}
.dsGallery #pictures li {
    float: left;
    height: 200px;
    list-style: none outside none;
    padding: 10px;
    text-align: center;
}
.dsGallery #pictures li .gallery_thumbnail {
    border: 1px solid;
}
.dsGallery #pictures li .gallery_thumb_image {
        border: 1px solid #e2e2e2;
}
.dsGallery #pictures li .gallery_thumb_title {
    background-color: #6600FF;
    color: #FFFFFF;
    font-weight: 600;
}