$(document).ready(function(){
	$('.cycle').cycle({
		fx			:	'fade',
		speed		:	1000,
		timeout	:	5000,
    next		:	'.next a', 
    prev		:	'.prev a' 
	});
	
	$('.show_langs').click(function(e){
		e.preventDefault();
		e.stopPropagation();
		$(this).find('.arrow.flag').toggleClass('upsidedown');
		$('#list_langs').slideToggle(500);
	});
	$('#thumbgallery a').fancybox();
	$('.autopad').autopadding();

	if(typeof(idForm)!='undefined' && typeof(init_form)!='undefined') init_form();
	
});
