/*
#gallery-2 dl dt a img {
    border: none !important;
}


.gallery-item {
    display: none !important;
}

.gallery-item:nth-of-type(1) {
    display:block !important;
}

.gallery-item:nth-of-type(2) {
    display:block !important;
}
*/

#gallery-2 dl dt a img {
    border: none !important;
}

.gallery-group-1 .gallery-item,
.gallery-group-2 .gallery-item,
.gallery-group-3 .gallery-item,
.gallery-group-4 .gallery-item,
.gallery-group-5 .gallery-item {
    display: none;
}

.gallery-group-1 .gallery-item:first-child {
    display: block;
}

.gallery-group-2 .gallery-item:first-child,
.gallery-group-2 .gallery-item:nth-of-type(2) {
    display: block;
}

.gallery-group-3 .gallery-item:first-child,
.gallery-group-3 .gallery-item:nth-of-type(2),
.gallery-group-3 .gallery-item:nth-of-type(3) {
    display: block;
}

.gallery-group-4 .gallery-item:first-child,
.gallery-group-4 .gallery-item:nth-of-type(2),
.gallery-group-4 .gallery-item:nth-of-type(3),
.gallery-group-4 .gallery-item:nth-of-type(4) {
    display: block;
}

.gallery-group-5 .gallery-item:first-child,
.gallery-group-5 .gallery-item:nth-of-type(2),
.gallery-group-5 .gallery-item:nth-of-type(3),
.gallery-group-5 .gallery-item:nth-of-type(4),
.gallery-group-5 .gallery-item:nth-of-type(5) {
    display: block;
}






