﻿#galleryList {
    width: 998px;
    margin: 0;
    padding: 0;
    margin-top: 11px;
}

    #galleryList li {
        display: block;
        float: left;
        width: 322px;
        height: 243px;
        background-color: #576473;
        margin: 5px;
    }

.boxgrid {
    width: 322px;
    height: 243px;
    float: left;
    background: #576473;
    overflow: hidden;
    position: relative;
    cursor: url('../img/magnify.cur'), auto;
}

    .boxgrid img {
        position: absolute;
        top: 0;
        left: 0;
        border: 0;
        cursor: url('../img/magnify.cur'), auto;
    }

.boxcaption {
    float: left;
    position: absolute;
    background: #4c4d4f;
    height: 36px;
    width: 100%;
}

.captionfull .boxcaption {
    top: 260px;
    left: 0;
}

.caption .boxcaption {
    top: 220px;
    left: 0;
}

.cover p {
    color: white;
    padding-left: 20px;
    line-height: 7px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
