$(document).ready(function() {
    $('#banner-top').cycle({ 
    fx:      'wipe',
	timeout:  6000,
    random:  1 
	});
 $('.fotogalerie a').lightBox();
});