$(function(){
		/*
	$('.navigation ul li').mouseover(function(){
		$(this).find('a').addClass('active');
	});
	$('.navigation ul li').mouseout(function(){
		$(this).find('a').removeClass('active');
	});
*/

	$('#homeGallery,#newsGallery,#linksGallery,#contactGallery,#homeGalleryEN,#contactGalleryEN').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
		timeout:  10000 
	});
	
	$('.hrefonclick').click(function(){
		window.location=($(this).attr('title'));return false;
	});

});
