// JavaScript Document
$(document).ready( function() {
  $(".gal-item a").lightBox({fixedNavigation:true});
//  $("").lightBox({fixedNavigation:true});
/*
  $("#gallery .mini-gallery").serialScroll({
	items:'div.gal-item',
	prev:'.gallery.prev',
	next:'.gallery.next'
  }).addClass('serialScroll-ed');
*/
});


