$(document).ready(function() {
	$('#image').bgImageTween(['../html/img/header_bg1.jpg',
							  '../html/img/header_bg2.jpg',
							  '../html/img/header_bg3.jpg',
							  '../html/img/header_bg4.jpg'], 10000, 500);
	$("a.fb_content").fancybox({
		'transitionIn'		: 'elastic',
		'transitionOut'		: 'elastic',
		'titlePosition' 	: 'over'
	});
});
