$(function() {
	$('.js-button').button();
	$('.autofocus').focus();
	$('a.lightbox').lightBox({
		fixedNavigation:true,
		imageLoading: 'templates/img/lightbox-ico-loading.gif',
		imageBtnClose: 'templates/img/lightbox-btn-close.gif',
		imageBtnPrev: 'templates/img/lightbox-btn-prev.gif',
		imageBtnNext: 'templates/img/lightbox-btn-next.gif',
		imageBlank: 'templates/img/lightbox-blank.gif'
	});
    $("#pb").progressBar({
    	boxImage : 'templates/img/progressbar.gif',						// boxImage : image around the progress bar
		barImage : {
			0:	'templates/img/progressbg_red.gif',
			30: 'templates/img/progressbg_orange.gif',
			70: 'templates/img/progressbg_green.gif'
		}
    });
    $('.js-accordion').accordion({autoHeight: false});
});
