$('.selector').css('max-width' / 'max-height') == '-1px' (Opera)

$('.selector').css('max-width' / 'max-height') == '-1px' (Opera)

I'm testing Opera 10.52 and it seems max-width/height css properties have "-1px" as their initial values. Seems to be by design. Perhaps jQuery should implement a workaround?