Over / Down Icons not in exported folder.
I've created some action buttons, and when a user hovers over it turns blue, and when they click it turns red. The png files I used for this I put into a folder called "IMG" (configuratorname.assets/IMG/blue-50-26.png). This folder is located in the .assets directory that configurator created when I saved the .gpc file. When I export the panel, the custom png files (red & blue) aren't exported into the content folder. How do I get it to export the custom icon png files ? Also, do I have to use a custom path in the the Over Icon and Down Icon fields. Here is what is in there now "Locales/IMG/blue-50-26.png", I think somewhere I read that I need to use a ".." at the beginning so it's a relative reference, not absolute ? My goal is for this panel to work on various machines, and all the needed componets are locally resident and pointed to within the content folder.
Thanks ahead of time for your help.
One last question, should the png file that I'm using as a custom color for the buttons when clicked be the exact dimension of the button, or will it scale the png file ?