/**
*    Stripgenerator Profile Gallery
*
*    Skin: default
*
*    @author  David Panzalović (david.panzalovic@3fs.si)
*    @version 1.03
**/

/* =Gallery
----------------------------------------------- */
#gallery .options {
    font-size: 12px;
    font-weight: normal;
    background: #fff url(../../../../images/sprite_icons.png) no-repeat;
    border: 1px solid #cecece;
}

    #gallery .options.edit {
        background-position: -248px -60px;
    }

    #gallery .options.delete {
        background-position: -246px -848px;
    }

#gallery .options:hover {
    text-decoration: underline;
}