$(document).ready(function(){
		$("#prettyPhoto").prettyPhoto({
			opacity: 0.10,
			show_title: false,
			allow_resize: false, 
			default_width: 640,
			default_height: 410,
			theme: 'ezmelts',
			hideflash: true, /* Hides all the flash object on a page, set to TRUE if flash appears over prettyPhoto */
			wmode: 'transparent', /* Set the flash wmode attribute */
			autoplay: true /* Automatically start videos: True/False */
		});
	});

