$(function(){
	$('.nagybanner').simpleTabs({
		selectedClassName : 'active',
		tabSelector: '.bannerLeft div.bLeft',
		tabContentContainer: '.bannerCont',
		animation: 'fade',
		autoPlay: true
	});	
});
