I understand your question this way: You tried to use one of the native Gallery themes and that didn't work, right?
Well... the use of gallery themes is suppressed if the Gallery is integrated. That makes some sense, because it would collide with the geeklog (or whatever it is integrated into) styles.
There is a workaround: You can import the css file of the Gallery theme you want to use to your stylesheet. like:
Text Formatted Code
@import url(../../gallery/skins/white1/css/embedded_style.css) all;
Problem is: These styles will collide with your geeklog styles, so you will need to modify them anyway.
hth, geKow