$(window).load( function() {

$(function() {
  $(".slider").smoothDivScroll({scrollingSpeed: 2, mouseDownSpeedBooster: 4, autoScroll: "", autoScrollDirection: "endlessloop", autoScrollSpeed: 2, visibleHotSpots: "always", hotSpotsVisibleTime: 99, startAtElementId: "startAtMe"});		
});
$(function() {
  $("#mygalone").slideView();
});

});

$(document).ready(function() {
    $(".imgpop").fancybox();
});

