$(function(){
	if(scripts_isIE6) $(document).pngFix();

	$("a[rel^='lightbox']").prettyPhoto({
			animationSpeed: 'slow',
			padding: 40,
			opacity: 0.85,
			showTitle: false,
			allowresize: true,
			counter_separator_label: '/',
			theme: 'light_rounded'
	});

     $(".openVid").click(function(){
          /*alert("in here");*/
          $("#pp_full_res").html("<object width=\"640\" height=\"385\"><param name=\"movie\" value=\"http://www.youtube.com/v/s81kn-XrDL4&hl=en_US&fs=1&color1=0x3a3a3a&color2=0x999999\"></param><param name=\"wmode\" value=\"transparent\"><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/s81kn-XrDL4&hl=en_US&fs=1&color1=0x3a3a3a&color2=0x999999\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"640\" height=\"385\"></embed></object>");
     });
});