I recently incorporated jquery Galleria into my website and I am currently facing an alignment issue with the div element gallery-container. Interestingly, it appears correctly aligned in Chrome but is shifted to the right in Firefox. You can view the website at www.jasonaiconnie.com/GalleryTest.php. Despite attempting to modify the position value in the CSS for gallery-container, it has not resolved the issue. Removing "pagetitle" actually centers the entire gallery. Upon inspecting with firebug, I'm puzzled why "gallery-container" doesn't align with "gallery."
I suspect that other CSS files on my website may be conflicting with Galleria's CSS file. Any advice or suggestions would be greatly appreciated as I have spent hours reviewing the code without success. Thank you in advance.