$(document).ready(function () {
	$("#tabs").tabs({ fx: { height: "toggle" } });	
	$("a.screens").fancybox();
});
