//window.addEvent('domready', function(){
//    new BarackSlideshow('slideshow-menu', 'slideshow-pictures', 'slideshow-loading', {transition: 'slide-left', auto: true, autostart: true, autointerval:4000});
//});

	// the example above is only fitting for this demo, since we let the user pick the transition and turn auto on/off
	// for most scenarios, it's only enough with: 
	// new BarackSlideshow('menu', 'pictures', 'loading', {transition: '<transition here>', auto: true});
	// transitions can be 'slide-left', 'slide-right', 'slide-top', 'slide-bottom', 'fade'

