$(document).ready(function() {
 $('.teaserimg').cycle({
  fx: 'fade',
  delay: 0,
  speed: 6000,
  autostop: 0,
  timeout: 500
 });
});
