$(document).ready(function(){
	$(".panel h6.main a").bigTarget({
		hoverClass:'over',
		clickZone:'.panel'
	});
});