
            $(function() {
                $(['images/prev-button-on.png', 'images/next-button-on.png']).preload();
                $(".slider").fss();
            });

		$(function(){
$.mbBgndGallery.buildGallery({
	containment:"#airport",
	timer:8000,
	effTimer:1500,
	autoStart:true,
	images:[
	 "images/luxbag-airport-a.jpg",
	 "images/luxbag-airport-b.jpg",
	 "images/luxbag-airport-c.jpg"
	 ]
});

$.mbBgndGallery.buildGallery({
	containment:"#kluuvi",
	timer:7500,
	effTimer:1500,
	autoStart:true,
	images:[
	 "images/luxbag-keskusta-a.jpg",
	 "images/luxbag-keskusta-b.jpg",
	 "images/luxbag-keskusta-c.jpg"
	 ]
});

		});

