$(document).ready(function(){$("a.fancybox").fancybox({'padding':5,'margin':20,'centerOnScroll':false,'hideOnOverlayClick':true,'hideOnContentClick':false,'overlayShow':true,'overlayOpacity':0.3,'overlayColor':'#666','titleShow':true,'titlePosition':'outside','transitionIn':'fade','transitionOut':'fade','speedIn':300,'speedOut':300,'changeSpeed':300,'changeFade':'fast'});$("a.fancybox-swf").click(function(){$.fancybox({'padding':5,'autoScale':false,'transitionIn':'none','transitionOut':'none','title':this.title,'width':640,'height':386,'href':this.href.replace(new RegExp("watch\\?v=","i"),'v/'),'type':'swf','swf':{'wmode':'transparent','allowfullscreen':'true'}});return false;});$('#slide').innerfade({animationtype:'fade',speed:1500,timeout:5000,type:'sequence'});});
