// Zum Einsatz mit w2d vorbereitet von webdesignconsult.de

// This is a jQuery Tools standalone demo. Feel free to copy/paste.
// http://flowplayer.org/tools/demos/
// Do *not* reference CSS files and images from flowplayer.org when in production
// Enjoy!


$(document).ready(function() {
$(".slidetabs").tabs(".imageslider > div", {
	// enable "cross-fading" effect
	effect: 'fade',
	fadeOutSpeed: "slow",
	// start from the beginning after the last tab
	rotate: true
}) .slideshow({autoplay: true, clickable: true,	interval: 5000});

});
