$(document).ready(function(){
	$("#featured").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);
		//$("ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);
		//var $tabs = $('#featured > ul').tabs({fx: { opacity: 'toggle' }});
		//$tabs.tabs("rotate", 5000, true);
		/*$("#featured").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true);  
		$("#featured").hover(  
			function() {  
				$("#featured").tabs("rotate",0,true);  
			},  
			function() {  
				$("#featured").tabs("rotate",5000,true);  
			}	  
		);*/		
	
	$("#redes-sociales" ).tabs();
	// FORMULARIO DE PAGO
	$("#notificar-pago").colorbox({transition:"elastic"});
	$("#cpanel").colorbox({transition:"elastic", width: 560, height:295});
	$("#webmail").colorbox({transition:"elastic", width: 560, height:295});
	
	if($("#system_msg").html()!=null && $("#system_msg").html()!=''){
		if($("#system_msg").attr('class')=='exito'){
			$.KoalaFormMsgBox("",$("#system_msg").html(),null,null,"ui-icon ui-icon-ok");
			$("#koalaFormBox-p").addClass("ui-state-highlight-exito");
		}else if($("#system_msg").attr('class')=='error'){
			$.KoalaFormMsgBox("",$("#system_msg").html(),null,null,"ui-icon ui-icon-alert");
		}
	}
});

