$(function()
			{
				if($('#noright_text') != null) $('#noright_text').jScrollPane({showArrows:true, scrollbarWidth:15, scrollbarMargin:10, bottomCapHeight:-2});
				if($('#forum_view') != null) $('#forum_view').jScrollPane({showArrows:true, scrollbarWidth:15, scrollbarMargin:10, bottomCapHeight:-2});
				if($('#event_content') != null) $('#event_content').jScrollPane({showArrows:true, scrollbarWidth:15, scrollbarMargin:10, bottomCapHeight:-2});
				if($('#znajomi_zaj') != null) $('#znajomi_zaj').jScrollPane({showArrows:true, scrollbarWidth:15, scrollbarMargin:10, bottomCapHeight:-2});
				if($('#forum_zaj') != null) $('#forum_zaj').jScrollPane({showArrows:true, scrollbarWidth:15, scrollbarMargin:10, bottomCapHeight:-2});
				if($('#calendar_box_mono') != null) $('#calendar_box_mono').jScrollPane({showArrows:true, scrollbarWidth:15, scrollbarMargin:10, bottomCapHeight:-2});
				if($('#kalendarz_zaj') != null) $('#kalendarz_zaj').jScrollPane({showArrows:true, scrollbarWidth:15, scrollbarMargin:10, bottomCapHeight:-2});
				if($('#wydarzenia_full') != null) $('#wydarzenia_full').jScrollPane({showArrows:true, scrollbarWidth:15, scrollbarMargin:10, bottomCapHeight:-2});
				if($('.gallery_index') != null) $('.gallery_index').jScrollPane({showArrows:true, scrollbarWidth:16, scrollbarMargin:0, bottomCapHeight:-2});
                                if($('#white_scroll') != null) $('#white_scroll').jScrollPane({showArrows:true, scrollbarWidth:16, scrollbarMargin:0, bottomCapHeight:-2});
                                if($('.content_text') != null) $('.content_text').jScrollPane({showArrows:true, scrollbarWidth:15, scrollbarMargin:10, bottomCapHeight:-2});
                                if($('.users') != null) $('.users').jScrollPane({showArrows:true, scrollbarWidth:15, scrollbarMargin:10, bottomCapHeight:-2});
                                 if($('.abouts') != null) $('.abouts').jScrollPane({showArrows:true, scrollbarWidth:15, scrollbarMargin:10, bottomCapHeight:-2});
                                if($('.gallery_index_z') != null) $('.gallery_index_z').jScrollPane({showArrows:true, scrollbarWidth:15, scrollbarMargin:0, bottomCapHeight:-2});
                                 if($('#galleries') != null) $('#galleries').jScrollPane({showArrows:true, scrollbarWidth:15, scrollbarMargin:0, bottomCapHeight:-2});
			});


