// JavaScript Document
var MainFeatures = function (){
	// Carga el script para hacer funcionar el main_features
	this.load = function() {
	  $("#main_features").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);  
		//Slide show de imágenes.
		/*
		$("#slide_show").cycle({
			fx: 			'scrollLeft',
			timeout:	10000,
			speed:		3000
		});
		*/
	}
}
main_features = new MainFeatures();
