$(function(){
	$(".fBox").fancybox();
	$(".fBoxWide").fancybox({'frameHeight': 429});
//	$('#cmArea .cmBlock').biggerlink();
//	$('#newsList dl').biggerlink();
	$('#pickupArea .cmBlock').biggerlink();
	$(document).ready(function() {
		$("li:nth-child(2n)","#newsList").addClass("odd");
	}); 
//	$(".fBox").fancybox({
//		'width'				: 600,
//		'height'			: 523,
//		'autoScale'			: false,
//		'showCloseButton'	: true,
//		'type'				: 'iframe'
//	});
});

