/* Copyright (c) 2008 Inticco Solutions ISSA SA, www.inticco.com */

$(function()
{
	$('#content div.row-1 div.box-2 > ul').tabs({fx: {opacity: "toggle"}});
});
