/*  (do not remove this :) 
    (not this either :) */

/*CSS specifically for the image and examples gallery*/

.galleryEntry{
    float: left;
    height: 150px;
    padding: 0.5em;
    margin: 0.5em;
    text-align: center;
    border: 1px dashed #8cacbb;
}

.galleryImg{
    align: left;
    margin: 0pt;
}


.galleryTitle {
 padding-bottom: .25em;
}

.galleryCaption {
 font-size: 75%;
 margin: 0;
 padding: .5em;
}


.photoAlbumEntry dl,
.photoAlbumEntry dt,
.photoAlbumEntry dd {
    padding: 0;
    margin: 0;
}
/*  */