$(function() {  
  if ($('div.Offer').is('div')) {
	
	$('div.Offer').hover(function(){ 
		$(this).css({'borderColor': '#060640', 'backgroundColor': '#F1F5F8', 'cursor': 'pointer'});
		},function(){ 
		$(this).css({'borderColor': '#e6e6e6', 'backgroundColor': '#fff', 'cursor': 'hand'});
	  });
	}
});


function apri(l){
    window.open(l,'neww','left=0,top=0,menubar=yes,directories=yes,scrollbars=yes,status=yes,location=yes,titlebar=yes,resizable=yes,width='+screen.width+', height='+screen.height);
}
