jQuery(document).ready(function(){
	// Lightbox
	jQuery("a.lightbox").lightBox();
});