// JavaScript Document
$(document).ready(function() {
	$(function() {
		$('.lightbox').lightBox({fixedNavigation:true});
	});
});