/**
 * Tifany utility function
 *
 * @author Nicolas Léon <nicolas.leon@omnitic.com>
 *
 * @copyright 2009, Tifany
 */

$(document).ready(function(){
    $('a.lightbox').lightBox({
        overlayBgColor: '#333',
        overlayOpacity: 0.5,
        imageLoading: '/~tifany/public/themes/spring/images/lightbox-ico-loading.gif',
        imageBtnClose: '/~tifany/public/themes/spring/images/lightbox-btn-close.gif',
        imageBtnPrev: 'http://example.com/images/prev.gif',
        imageBtnNext: 'http://example.com/images/next.gif',
        containerResizeSpeed: 350,
        txtImage: '',
        txtOf: ' / '
    });
});