/* 
Author: Luis Abarca
*/
(function($)
{
	if ( SECTION == 'is_home' ) {
		$(document).load(function() {
			$('#slider').nivoSlider();
		});
	}
	
    $(document).ready(function() 
    {	
        // Agrega el fondo al body
        $('body').addClass('body-bg');
        
        /*
        options = { 
            fx: { opacity: 'toggle', speed: 'slow'},
            event: 'mouseover',
            load: function(event, ui) 
            {
                $('a', ui.panel).click(function() {
                    $(ui.panel).load(this.href);
                    return false;
                });
            }
        };
        
        // Tabzine
        $("#tabzine> ul").tabs(options).tabs('rotate', 5000, true);
        */
          
        /*
        $('#carrusel-banners').anythingSlider({
            startStopped    : false,
            buildNavigation : false,
            delay           : 3500,
            animationTime  : 1000,
            buildArrows   : true,
            toggleControls  : false,
            resizeContents    : false,
            // toggleControls  : true, // if true, then slide in controls on hover and slider change, hide @ other times
            onSlideComplete : function(slider){
            }
        });
        */

  
    });
})(jQuery);
























