jQuery(document).ready(function(){
		jQuery.jtabber({
			mainLinkTag: "#nav a", 
			activeLinkClass: "selected", 
			hiddenContentClass: "hiddencontent", 
			showDefaultTab: 1, 
			showErrors: false, 
			effect: 'fade', // null, 'slide' 'fade' 
			effectSpeed: 'slow' // 'slow', 'medium' or 'fast' - the speed of the effect
		});
});

$(function() {
        $('.box a').lightBox();
    });