$(document).ready(function(){
        //Examples of how to assign the ColorBox event to elements
        $("a[rel='inicio']").colorbox();

        
});

$(function() {


$(".slidetabs").tabs(".images > #banner_image_wrapper", {

	// enable "cross-fading" effect
	effect: 'default',
	//fadeOutSpeed: "slow",
        // 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();
});
