jQuery(document).ready(function(){ 
	// initialise lightbox		
	jQuery("a[rel^='prettyPhoto']").prettyPhoto({
		theme:'dark_square',
		opacity: 0.1,
		show_title: false
	});
});
