
jQuery(document).ready(function(){
jQuery("a[rel^='pix-modal']").prettyPhoto({
		default_width: 500,
		default_height: 344,
		slideshow: 4000,
		autoplay_slideshow:false,
		theme: 'facebook',
		show_title: false,
		social_tools:false,
		overlay_gallery: false,
		deeplinking: false
	});
});

function selectAllImages (selector) { jQuery('input[name="images[]"]').attr("checked", "checked"); }
function deselectAllImages (selector) { jQuery('input[name="images[]"]').removeAttr("checked"); }

