/* EMC Website Controller */
jQuery(function($) {
	$('#slides').cycle({
		fx:     'fade',
		speed:  1000,
		timeout: 4000,
		pager:  '#slide-nav'
	});
	$("#slide-nav a").each(function(i){ $(this).html("") })
	$('.tabular-content').tabs({})
});
