$(function(){
  if($("#galleria").length > 0) {
    $('#galleria').galleria({
    width: 880,
    height: 500,
    showInfo: false,
    debug: false
    });
  }
  
  if($("#pnlImages").length > 0) {
    $("a[rel='colorbox']").colorbox();
  }
  
  $("#pnlHpScroller").heroSlider1903({tabsID: 'pages',type: 'fade',showArrows: false,delay: 8000,speed: 1000});
})
