need help with getting css data of child elements of a div.

need help with getting css data of child elements of a div.

Hi, I am trying to get the css values of all child elements of a div.

This div is the only div. Inside it has images that are clickable. I want to be able to first grab the left position of the elements and when they like a left arrow want to take this left number value and subtract it by a number and if the the right arrow is pressed then it will add a number to the left number value.

Is this possible and if so how can I do this?  I am guessing i can use the .css with the .child in jquery.

any ideas?