/*
 * jQuery Shadowbox Init - Western Appliance
 *
 * Copyright (c) 2010 Peps (jlrworks.com)
 *
 */
$(document).ready(function(){
  Shadowbox.init({
    'animate': 1,
    'animateFade': 1,
    'animSequence': 'wh',
    'auto_enable_all_images': 0,
    'auto_gallery': 0,
    'autoplayMovies': true,
    'continuous': 0,
    'counterLimit': '10',
    'counterType': 'default',
    'displayCounter': 1,
    'displayNav': 1,
    'enableKeys': 1,
    'fadeDuration': '0.35',
    'handleOversize': 'resize',
    'handleUnsupported': 'link',
    'initialHeight': 160,
    'initialWidth': 320,
    'language': 'en',
    'modal': false,
    'overlayColor': '#000',
    'overlayOpacity': '0.85',
    'players': null,
    'resizeDuration': '0.35',
    'showMovieControls': 1,
    'slideshowDelay': '0',
    'viewportPadding': 20,
    'useSizzle': 0
  });
});

