$(document).ready(function(){
													 
	// prettyPhoto lightbox for youtube videos
	$("a[rel^='prettyPhoto']").prettyPhoto({
		autoplay: true,
		allowresize: true,
		default_width: 800,
		default_height: 510,
		modal: true,
		allow_resize: false,
		theme: "light_rounded"
	});
													 
});

