		jQuery(document).ready(function() {					$(".video").click(function() { $.fancybox({ 'padding': 0, 'autoScale': false, 'transitionIn': 'elastic', 'transitionOut': 'elastic', 'speedIn': 300, 'speedOut': 200, 'title': false, 'width': 640, 'height': 385, 'href': this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'), 'type': 'swf', 'overlayOpacity': 0.75, 'overlayColor': '#000', 'swf': { 'wmode': 'transparent','allowfullscreen': 'true'} }); return false; });			$(".ecard").fancybox({'autoDimensions': false, 'autoScale': false, 'width': 400, 'height': 350, 'padding': 0, 'transitionIn': 'elastic', 'transitionOut': 'elastic', 'speedIn': 500, 'speedOut': 200, 'overlayOpacity': 0.75, 'overlayColor': '#000', 'type': 'iframe'});		});		function m_over(but,amp){			$('#' + but).animate({backgroundPosition:"(0 -" + amp + "px)"}, 180);		}		function m_out(but){			$('#' + but).animate({backgroundPosition:"(0 0)"}, 80);		}
