$(document).ready(function() {
	$('.fancy-box').fancybox({type:'iframe',width:900,height:560,autoDimensions:false});
	$('.f-box-image').fancybox();
	$('.violet, .yellow, .red').fancybox({type:'iframe',width:900,height:500,autoDimensions:false});
	$('.b-sm-fbox-page').fancybox({type:'iframe',width:740,height:590,autoDimensions:false});
	$('#langmenu').hover(function(){$(this).addClass('hover');}, function(){$(this).removeClass('hover');});
});

