jQuery(document).ready(function() {

$('#Panoramicofondo').crossSlide({
  speed: 45,
  fade: 1
 }, [
   {src: 'http://www.aistmexico.org.mx/aist/templates/Panoramico/fondos/img01.jpg', dir:'up'},
   {src: 'http://www.aistmexico.org.mx/aist/templates/Panoramico/fondos/img02.jpg', dir:'down'},
   {src: 'http://www.aistmexico.org.mx/aist/templates/Panoramico/fondos/img03.jpg', dir:'up'},
   {src: 'http://www.aistmexico.org.mx/aist/templates/Panoramico/fondos/img04.jpg', dir:'down'}
]);

$('#Panoramicologo').crossSlide({
  sleep: 2,
  fade: 1
 }, [

 { src: 'http://www.aistmexico.org.mx/aist/templates/Panoramico/logos/logo8.png',
    href: 'http://www.gruaspmp.com/',
    target: '_blank'        },
  { src: 'http://www.aistmexico.org.mx/aist/templates/Panoramico/logos/logo1.png',
    href: 'http://www.brchina.com/',
    target: '_blank'        },
  { src: 'http://www.aistmexico.org.mx/aist/templates/Panoramico/logos/logo2.png',
    href: 'http://www.esw.co.at/',
    target: '_blank'        },
  { src: 'http://www.aistmexico.org.mx/aist/templates/Panoramico/logos/logo3.png',
    href: 'www.aist.com',
    target: '_blank'        },
  { src: 'http://www.aistmexico.org.mx/aist/templates/Panoramico/logos/logo4.png',
    href: 'www.google.com',
    target: '_blank'        },
  { src: 'http://www.aistmexico.org.mx/aist/templates/Panoramico/logos/logo5.png',
    href: 'http://www.fedmet.com/',
    target: '_blank'        },
  { src: 'http://www.aistmexico.org.mx/aist/templates/Panoramico/logos/logo6.png',
    href: 'http://www.amige.com/',
    target: '_blank'        },
  { src: 'http://www.aistmexico.org.mx/aist/templates/Panoramico/logos/logo7.png',
    href: 'http://www.melter.com.mx/',
    target: '_blank'        },
  { src: 'http://www.aistmexico.org.mx/aist/templates/Panoramico/logos/logo8.png',
    href: 'http://www.gruaspmp.com/',
    target: '_blank'        }
]);

});

 
