/* gallery.css */
/* contains the gallery style information used throughout the website */

.gallery {
    float: left;
}

.galleryimage {
    position: absolute;
    text-align: center;
}

.caption {
    float: right;
    text-align: right;
}

.nav {
    float: left;
    text-align: left;
}

img {border: 0;}

.galleryright {
    margin: 0 0 0 420px;
}
