$(document).ready(function(){	
	
    var flashvars = {};
    flashvars.xml = "/_p/config.xml";
    flashvars.font = "/_p/flash/font.swf";
    var attributes = {};
    attributes.wmode = "transparent";
    attributes.id = "slider";
    swfobject.embedSWF("/_p/flash/cu3er.swf", "reel", "598", "300", "9", "/_p/flash/expressInstall.swf", flashvars, attributes);

    $("a.fancy").fancybox({
        'transitionIn'	:	'elastic',
        'transitionOut'	:	'elastic',
        'speedIn'		:	600,
        'speedOut'		:	200,
        'overlayShow'	:	true
    });

});