 $(function() {
        
		$('a[rel=lightbox]').lightBox({fixedNavigation:true});
		$('a[rel=lightbox1]').lightBox({fixedNavigation:true});
		$('a[rel=lightbox2]').lightBox({fixedNavigation:true});
		$('a[rel=lightbox3]').lightBox({fixedNavigation:true});
		$('a[rel=lightbox4]').lightBox({fixedNavigation:true});
		$('a[rel=lightbox5]').lightBox({fixedNavigation:true});
		$('a[rel=lightbox6]').lightBox({fixedNavigation:true});
		$('a[rel=lightbox7]').lightBox({fixedNavigation:true});
		$('a[rel=lightbox8]').lightBox({fixedNavigation:true});
		$('a[rel=lightbox9]').lightBox({fixedNavigation:true});
		$('a[rel=lightbox10]').lightBox({fixedNavigation:true});
    });