{extends file='theme.tpl'}
{block name=body}
<!--START JUICEBOX EMBED.-->
<script src="{$ss_viewersUrl}/juicebox/jbcore/juicebox.js"></script>
<script>
new juicebox({
containerId : 'juicebox-container',
galleryWidth : '{$galleryWidth}',
galleryHeight : '{$galleryHeight}',
backgroundColor : '{$backgroundColor}',
baseUrl : '{$ss_pageUrl}/'
});
</script>
<div id="juicebox-container">{$ss_SEOContent}</div>
<!--END JUICEBOX EMBED.-->
{/block}