// FancyBox
$(document).ready(function (){

	$("a#box").fancybox({
		'frameWidth':710,
		'frameHeight': 500,
		'overlayShow': true
	});




});