;(function($) {

$(function(){
	$.Lightbox.construct({
		show_linkback:	false,
		auto_scroll:    'follow',
		text: {
		// For translating
		image:		'Photo',
		of:			'of',
		close:		'Tutup [x]',
		closeInfo:	'Klik di sembarang tempat untuk menutup.',
		download:	'Klik untuk men-download',
		help: {
			close:		'Klik di sembarang tempat untuk menutup.',
			interact:	'Arahkan mouse ke bingkai photo untuk berinteraksi'
		},
		about: {
			text: 	'jQuery Lightbox Plugin (balupton edition)',
			title:	'Licenced under the GNU Affero General Public License.',
			link:	'http://jquery.com/plugins/project/jquerylightbox_bal'
		}
	}
	});
});

})(jQuery);