	/*Cufon.replace('.coverage h2, .feed h2, .calendar h2, .news h2 a, .subscribe h2, .popular h2, .posts h2 a, .popular .article h3, .editorial h2 a, .coverage h1, .share h3, .editorial h1, .cufon, .comments h2, #respond h3, .slider h3');*/

	$(document).ready(function(){
		$('#slider-coverage').bxSlider({
			wrapper_class: 'slider-coverage',
			margin: 70,
			pause: 10000,
			auto: true,
			auto_controls: false,
			controls: false,
			next_text: 'Nsta reportage',
			prev_text: 'Fregende reportage',
		});

		$('#slider-quote').bxSlider({
			wrapper_class: 'slider-quote',
			margin: 190,
			pause: 5000,
			auto: true,
			pager: false,
			auto_controls: false,
			controls: true,
			next_text: 'Nsta citat',
			prev_text: 'Fregende citat',
		});
	});
	
	
	