$(document).ready
(function(){
	//
	// Gallery
	//
	$(".gallery a").lightBox();
});


