/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 22/04/2014, 3:15:19 PM
    Author     : thomasc
*/


/* custom */
    .id-gallery-imgs{
        margin: 20px 0;
        padding: 0;
    }
    .id-gallery-img{
        margin: 0;
        padding: 0;
        list-style: none;
        display: inline-block;
        /*margin: 10px;*/
        /*border: 1px solid red;*/
    }
    .id-gallery-img a{
        display: block;
    }
    .id-gallery-img img{
        border-radius: 3px;
        max-width: 100%;
        width: 100%;
        height: auto;
    }