$(document).ready(function() {    
	$("a[rel^='prettyPhoto']").prettyPhoto({});
	$("a[rel^='prettyVideo']").prettyPhoto({
		slideshow: false,
		overlay_gallery: false,
		social_tools: false,
		default_width: 560
	});
});


