#nav, form, .larger_photo_instruction {
    display: none;
}

#gallery_main_container,
#gallery_main_container * {
    overflow: auto!important;
    height: auto;
}
#gallery_main_container,
#gallery_container,
.plug_image_gallery_list {
    width: 99%!important;
    height: auto!important;
}

.plug_image_gallery_list li {
    float: left;
    list-style: none;
    width: 152px;
    height: 152px;
    line-height: 152px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}


a, a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: #000;
}

a:after {
    content: " [ "  attr(href)  " ] ";
}

.plug_image_gallery_list a:after,
#footer a:after {
    content: none;
}

