in phoca gallery 1.8.8 you have some css rules that apply globally, i.e. to non-gallery elements too. It is not very nice of a component's css file to have a global rule for:
a img { ... }
for instance, as it changes and overrules all the settings of the joomla template! Better would be, if all css rules are restricted to the component / module in their scope.
The same applies to your random image module, too, btw.
Hope this changes in version 2.0.
Thanks for all your good work, though!
birdie

