$(function()
			{
				if($('#noright_text') != null) $('#noright_text').jScrollPane({showArrows:true, scrollbarWidth:15, scrollbarMargin:10});	
				if($('#forum_view') != null) $('#forum_view').jScrollPane({showArrows:true, scrollbarWidth:15, scrollbarMargin:10});
				if($('#event_content') != null) $('#event_content').jScrollPane({showArrows:true, scrollbarWidth:15, scrollbarMargin:10});
				if($('#znajomi_zaj') != null) $('#znajomi_zaj').jScrollPane({showArrows:true, scrollbarWidth:15, scrollbarMargin:10});
				if($('#forum_zaj') != null) $('#forum_zaj').jScrollPane({showArrows:true, scrollbarWidth:15, scrollbarMargin:10});
				if($('#moje_forum_zaj') != null) $('#moje_forum_zaj').jScrollPane({showArrows:true, scrollbarWidth:15, scrollbarMargin:10});
				if($('#kalendarz_zaj') != null) $('#kalendarz_zaj').jScrollPane({showArrows:true, scrollbarWidth:15, scrollbarMargin:10});
				if($('#wydarzenia_full') != null) $('#wydarzenia_full').jScrollPane({showArrows:true, scrollbarWidth:15, scrollbarMargin:10});
				if($('.gallery_index') != null) $('.gallery_index').jScrollPane({showArrows:true, scrollbarWidth:16, scrollbarMargin:0});	
			});


