$(document).ready(function(){
	
	$('.keskusta-events-list .item .inner').live('click', function(event){
		if (!$(event.target).is('a.ShowAll') && !$(event.target).is('.indicators a')){
			window.location = $(this).find('a.ItemLink').attr('href');
		}
	});
	
//----------------------------------------

	if($('.keskusta-eventcarousel').length){
		$(".keskusta-eventcarousel .keskusta-events-list .keskusta-eventlist-items").carouFredSel({
			prev : {button : '.prev'},
			next : {button : '.next'},
			scroll : {pauseOnHover : true},
			pagination : ".indicators",
			auto : false
		});
	}

})
