// JavaScript Document

   $(function() {
        // $('#gallery a').lightBox({fixedNavigation:true});
		$('a[@rel*=acc1]').lightBox({fixedNavigation:true});
		$('a[@rel*=acc2]').lightBox({fixedNavigation:true});
		$('a[@rel*=acc3]').lightBox({fixedNavigation:true});
		$('a[@rel*=acc4]').lightBox({fixedNavigation:true});
		$('a[@rel*=acc5]').lightBox({fixedNavigation:true});
		$('a[@rel*=acc6]').lightBox({fixedNavigation:true});
		$('a[@rel*=acc7]').lightBox({fixedNavigation:true});
		$('a[@rel*=acc8]').lightBox({fixedNavigation:true});
		$('a[@rel*=acc9]').lightBox({fixedNavigation:true});
		$('a[@rel*=acc10]').lightBox({fixedNavigation:true});

    });