
$(function(){
$('#ImageGallery1 .ad-gallery').adGallery({
loader_image: '/cirkuit/includes/js/jquery/plugins/adGallery/1.2.4/loader.gif',
width: 400,
height: 400,
animation_speed: 400,
thumb_opacity: 1,
display_next_and_prev: false,
display_back_and_forward: true, // Are you allowed to scroll the thumb list?
slideshow: {
enable: true,
autostart: true,
speed: 4000, //milliseconds
stop_on_scroll: true // Should the slideshow stop if the user scrolls the thumb list?
},
effect: "slide-hori",
enable_keyboard_move: false,
cycle: true, // If set to false, you can't go from the last image to the first, and vice versa
callbacks: {
init: function(){
this.preloadAll(); //preload all images
}
}
});
});


