/* 
    Document   : doubleGallery
    Created on : 2013-07-05, 00:08:30
    Author     : Rafal
    Description:
        Purpose of the stylesheet follows.
*/

.double-gallery .thumbnails{
    margin: 4px auto 0;
}

.double-gallery .thumbnails ul{
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.double-gallery .thumbnails ul li{
    display: inline-block;
    margin: 4px;
}

.double-gallery .thumbnails ul li a{
    display: block;
}

