		$(document).ready(function(){
			$( "#tabs" ).tabs({
				ajaxOptions: {
					error: function( xhr, status, index, anchor ) {
						$( anchor.hash ).html(
							"Couldn't load this tab. We'll try to fix this as soon as possible."
							 );
					}
				},
				spinner: ''
			});
			$("#work").npNextPrev();		
			$('#slider1').anythingSlider({
				width : 690,          // Override the default CSS width
				buildArrows: false,
				delay : 12000,
				easing: 'swing'		  // linear and easeInOutExpo are the other 'easing' options
			});		
			$(".training").fancybox({
				'centerOnScroll' : 'true',
				'scrolling' : 'no',
				'autoscale' : 'true'
				});		
			
			
			$("a.onjefupop").fancybox({
				'centerOnScroll' : 'true',
				'transitionIn'	:	'elastic',
				'transitionOut'	:	'elastic',
				'width' : 250,
				'height' : 390,
				'scrolling' : 'no',
				'autoscale' : 'false',
				'padding'	: '0',
				'type'  	: 'iframe',
				'onComplete' : function(){
					$('.closer').click(function(){
							parent.$.fancybox.close();
							})
					}
				});
				


			$('.ui-tabs li:last a span').addClass('ui-last');
		});
