$(document).ready(function() {
	$("a.video").fancybox({'type': 'swf'});

	$("#news").easySlider({
		auto: true,
		continuous: true,
		numeric: false,
		controlsShow: false,
		speed: 800,
		pause: 3500
	});

});
