$(document).ready(function() { $("a[rel=fancybox_gallery]").fancybox(); $("a.fancybox").fancybox(); $(".fancy_video").fancybox({ 'padding' : 0, 'autoScale' : false, 'transitionIn' : 'none', 'transitionOut' : 'none', 'title' : this.title, 'width' : 640, 'height' : 385, 'type' : 'swf', 'swf' : { 'wmode' : 'transparent', 'allowfullscreen' : 'true' } }); });