$(document).ready(function(){	
	$("#slider").easySlider({
		controlsBefore:	'<p id="controls">',
		controlsAfter:	'</p>',
		auto: false, 
		continuous: true
		
	});
	
	$('<div class="crn_kvadratek"></div>').insertBefore($('h1'));
	$('h1').each(function() {		    
	    if (($("body").attr('id') == "centerpomoči" || $("body").attr('id') == "helpcenter") && $(this).attr('class')) 
	    {
		$(this).prev().remove();
		$(this).remove();
	    }
		
        });

  
});	



