var $j=jQuery.noConflict();

$j(document).ready(function(){
	$j("#featured a").bigTarget({
    	clickZone : 'li:eq(0)'
	});
});