    $(function() {
        $('.smallipopHorizontal').smallipop({
    horizontal: true,
    theme: 'blue fatShadow',
    popupOffset: -25,
    invertAnimation: true
    });
    }); 
