$j(document).ready( function() {
	$j('.blogHeader .image_img').css(
		{'height' : 'auto', 
		'max-width' : '585px',
		'width' : 'auto'});
});
