var themename = 'default';$(document).ready(function(){	$(function() {	   	   $('.albumimage a').lightBox({			overlayBgColor: '#FFF',			overlayOpacity: 0.6,			imageLoading: '/theme/' + themename + '/img/lightbox/loading.gif',			imageBtnClose: '/theme/' + themename + '/img/lightbox/close.gif',			imageBtnPrev: '/theme/' + themename + '/img/lightbox/prev.gif',			imageBtnNext: '/theme/' + themename + '/img/lightbox/next.gif',			containerResizeSpeed: 350,			txtImage: 'Imagem',			txtOf: 'de'	   });	});});
