Im building a draggable map that when the map is dragged the element is given a \'left\' and \'top\' attribute with values for each as so...
To remove css styles assign an empty string to the style
in this case
$('.map').css({top:'',left:''});