ddsmoothmenu.shadow.enable = false;

ddsmoothmenu.init({
	mainmenuid: "MainMenu",
	classname: "ddsmoothmenu",
	orientation: 'h',
	customtheme: ["#b5043a", "#de507b"],
	contentsource: "markup",
});

$(document).ready(function(){
	$('#MainMenuWrapper').css('visibility', 'visible');
	$('A.Picture').flyout({
		loadingText: 'Загрузка...',
		loader: 'PictureView',
		closeTip: '',
	});
});

