jQuery(document).ready(function() {
	jQuery('#slider').nivoSlider();
	jQuery('.news-update').bind('mouseover', function(e) {		
		jQuery(this).css('cursor', 'pointer');
	});
	jQuery('.news-update').bind('click', function(e) {		
		window.location.href = jQuery('a', jQuery(this)).attr('href');
	});
});
