/* Settings that apply to entire gallery */
div.afg-gallery {
    margin:auto;
}

/* Effect for thumbnails in gallery */
img.afg-img {
    margin-top:5%;
    opacity:1;
    filter:alpha(opacity=100);
    box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.6);
}

img.afg-img:hover {
    margin-top:5%;
    opacity:0.7;
    filter:alpha(opacity=70);
    box-shadow: None;
    -moz-box-shadow: None;
    -webkit-box-shadow: None;
}

/* Gallery structure */
div.afg-table {
    display:table !important;
    margin:auto