Cufon.replace('h1, h2, h3, h4');

$(document).ready(function(){
         $('.btn_more_el a,.btn_more_en a,.btn_more_de a,.btn_more_fr a').hover(function(){
		         $(this).stop().animate({'opacity' : '0'}, 500);
		 }, function(){$(this).stop().animate({'opacity' : '1'}, 500);});
});

$(function(){
	
	$('.slider1').mobilyslider({
		transition: 'fade',
		animationSpeed: 1000,
		autoplay: true,
		autoplaySpeed: 3000,
		pauseOnHover: true,
		bullets: true
	});

	
});
