/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
//banner de las asociaciones situado en el footer

$(function() {


$("#asocioaciones_tabs").tabs("#asociaciones_wrapper > #asociacion", {

	// enable "cross-fading" effect
	effect: 'fade',

	// start from the beginning after the last tab
	rotate: true

// use the slideshow plugin. It accepts its own configuration
//}).slideshow({autoplay: true, interval: 5000});
}).slideshow();
});
