jQuery(document).ready(function(){

		jQuery('a[rel*=facebox]').facebox()

			jQuery("a[rel^='prettyOverlay'],a[rel^='prettyPhoto']").prettyPhoto({
			animationSpeed: 'normal',
			padding: 40,
			opacity: 0.6,
			showTitle: false,
			allowresize: true
			});

});
