Problem with .css() - invalid object initializer
I have a simple css modification to make and have run into an error. It appears to be correct syntax to me, what is the cause of the error "invalid object initializer":
On this line:
jQuery("span.slideNav-title", node).css({float:'left',marginRight:'0',marginLeft,'4px'});
Thanks.