use %IMAGES_PATH% macro to load images, for example:
	image: url("%IMAGES_PATH%/buttonarrowdown.png");
the loader will replace this macro with something like that:
	image: url("/home/var/images/ramblerfriends/buttonarrowdown.png");

