$(function(){
	$('.tabsBox').simpleTabs({
		selectedClassName : 'akt',
		tabContentSelector: 'div.tabsCont'
	});
})
