(function($){
	
	$(function(){
	
		$('.rollover').rollover();
		$('#toPageTop a, .smoothScroll a').smoothScroll();
		
		$('#header .smoothRollover, #toPageTop .smoothRollover, #filter .smoothRollover')
			.unbind('.rollover').rollover(null, true);
		
		// LazyLoad
		$("#main img").lazyload({
			threshold: 200,
			placeholder: "/common/images/placeholder.gif",
			effect: "fadeIn"
		});
		
		
//		$('#pageTtl').css({
//			'letter-spacing': 20
//		}).animate({
//			'letter-spacing': 0
//		}, 600, 'easeOutElastic');
		
	});
	
})(jQuery);






