$(document).ready(function(){  
	$("a.fb_inquire").fancybox({
		'zoomSpeedIn': 		300,
		'zoomSpeedOut': 	300,
		'overlayShow':		true,
		'overlayOpacity': 	.8,
		'width':			450,
		'height':			700,
		'type':				'iframe',
		'titleShow':		false
	});
	$("a.fb_wishlist").fancybox({
		'zoomSpeedIn': 		300,
		'zoomSpeedOut': 	300,
		'overlayShow':		true,
		'overlayOpacity': 	.8,
		'width':			450,
		'height':			700,
		'type':				'iframe',
		'titleShow':		false
    });
    $("a.fb_buynow").fancybox({
    'zoomSpeedIn':    300,
    'zoomSpeedOut':   300,
    'overlayShow':    true,
    'overlayOpacity': .8,
    'width':          450,
    'height':         850,
    'type':           'iframe',
    'titleShow':      false
    });
  
});
