Hi! I have a question on how to load images from standar image folder. If you look at the coe below you see two images that are loaded from my server. What i need to know is how i can load theese images from the standard image folder? <script type="text/javascript"> stepcarousel.setup({ galleryid: 'mygallery', //id of carousel DIV beltclass: 'belt', //class of inner "belt" DIV containing all the panel DIVs panelclass: 'panel', //class of panel DIVs each holding content panelbehavior: {speed:600, wraparound:true, persist:false}, defaultbuttons: {enable: true, moveby: 2, leftnav: ['[COLOR="Red"]http://janwei.startlogic.com/screenshots/navleft.jpg'[/COLOR], -14, 60], rightnav: ['[COLOR="Red"]http://janwei.startlogic.com/screenshots/navright.jpg[/COLOR]', 0, 60]}, statusvars: ['statusA', 'statusB', 'statusC'], //register 3 variables that contain current panel (start), current panel (last), and total panels contenttype: ['external'] //content setting ['inline'] or ['external', 'path_to_external_file'] }) Code (markup): It's for a wordpress theme and i want to give the user the option to edit theese images themselves.