Topic: How to simply center juice box ?

i use embedded code in dreamweaver, i use juicebox at only 50% on width and i want to center it...
juicebox is on the left...
so what is the solution ?

Re: How to simply center juice box ?

In your gallery's embedding code, replace:

<div id="juicebox-container"></div>

... with:

<div id="juicebox-container" style="margin: 0 auto;"></div>