// JavaScript Custom Document by SignoFactory
jQuery(document).ready(function($) {

    $('#header').animate({
      'padding-top': '100px',
	  opacity: 'swing'
    }, {
      duration: 500
    });
	
	//jQuery UI code for custom sidebar widget	
    $( "#tabs-widget" ).tabs({ fx: { opacity: 'toggle' } });
	
	//Activate FancyBox for image slider
	$("#images a").fancybox({
		
	});


});
