//jQuery.noConflict();

jQuery(function($) { 
	

    /*
     * Promotii Tabs
     */
    //Creating the tabs
    var promotii = $('#promotii > ul');
    promotii.tabs();

    //Changing the tabs automatically every couple of seconds
    promotii.tabs('rotate',2000);
    

});
