﻿jQuery(document).ready(function() {
jQuery('.main-menu-list.level-1').superfish({
    animation: { visible: 'show' },   // an object equivalent to first parameter of jQuery’s .animate() method
    speed: 0
});
jQuery("a[href*='.ashx']:has(img)").prettyPhoto();
jQuery("a[href*='.ashx']:has(img)").lazyload();
});
