jQuery(document).ready(function(){
		jQuery("#newsPop").hover(
			function() {
				jQuery(this).stop().animate({"top": "-240px"}, 400);
			},
			function() {
				jQuery(this).stop().animate({"top": "0px"}, 400);
		});
			
/*		jQuery("a.klick").fancybox(
		{	'speedIn':	1200, 
			'speedOut':	600,
			'titlePosition' : 'inside'
		});
		jQuery.fancybox.next
*/
});
