$(document).ready(function() {
	$('div.headimage').cycle();
	
  $('a[data-gal^=lightbox]').prettyPhoto({
    'social_tools': ''
  });
});
