$(document).ready(function(){
						   
	$('.fancybox').fancybox({ 'titlePosition': 'inside', 'width': 650 }); 
	
	$('.blank').attr('target','_blank');
	
	$("ul li:first-child").addClass('first');
	$("ul li:last-child").addClass('last');
	
	/*
	
	$("ul li:nth-child(odd)").addClass('odd');
	$("ul li:nth-child(even)").addClass('even');	
	
	$('.cycle').cycle({ 
		fx:    'fade', 
		speed:  500, 
		timeout: 5000, 
		pager:  '.slider-nav',
		pagerEvent: 'mouseover',
		pauseOnPagerHover: true
	});
*/

	$("#tabs_nav").tabs("div.content_tab", {current:'active'});
	
});
