jQuery(document).ready(function() {
  
  if( $('#homesx').length > 0 ){
	var sx = $('#homesx').height();
	var dx = $('#homedx').height();
	if(sx < dx){ $('#homesx').css('height', dx+'px'); }
 }
 
 
 jQuery('.ncontainer .news img').css({'float':'left','margin-bottom':'15px','margin-right':'20px'}).parents('.news').css({'float': 'none', 'border':'none', 'margin-right': '0px', 'padding-right': '0px', 'width':'auto', 'clear':'both'}).find('.bline').css('width','auto');
 
  
});

