/*$(document).ready(function(){
    $('a.highslide').each(function() {
        this.onclick = function() {
          return hs.expand(this);
        };
    });
});   */

hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.fadeInOut = true;
hs.outlineType = 'rounded-white';
hs.showCredits = false; // you can set this to false if you want
hs.wrapperClassName = 'white';
hs.captionEval = 'this.a.title';
hs.numberPosition = 'caption';
hs.useBox = true; 
hs.width = 600;
hs.height = 400;
hs.lang.number = '';
hs.showCredits = false; // you can set this to false if you want
//hs.dimmingOpacity = 0.8;







