/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */

$(document).ready(function() {
	$('div.gallery a').lightBox(
        {
        overlayBgColor: '#000',
        overlayOpacity: 0.5,
        imageLoading: '/js/lightbox-ico-loading.gif',
        imageBtnClose: '/js/lightbox-btn-close.gif',
        imageBtnPrev: '/js/lightbox-btn-prev.gif',
        imageBtnNext: '/js/lightbox-btn-next.gif',
        imageBlank: '/js/lightbox-blank.gif',
        containerResizeSpeed: 300
        }
    );
});
