Need Help Modifying jQuery Slide Script

Hello,
Can someone shed light on how I would move the pager buttons to above the slide show? I tried modifying the position using CSS, but nothing worked.

http://ces.herrmanneasyedit.com/templates/box.html

I am using the Box slider script (http://bxslider.com).

Any help is greatly appreciated.

I understand that this line of code outputs the beginning div of the controls including the pager, but not sure how to output the controls/pager HTML code before the image HTML code? Anyone?

slider.controls.el = $('<div id="test" class="bx-controls" />');

Never mind…we were able to use CSS to change the position after all.