$(function() {
	var galleries = $('.ad-gallery').adGallery();
	$("a#video-window, a#panorama-window, .colorbox").colorbox({
	close:"Закрыть",
	next:"Дальше »",
	previous: "« Назад",
	current:"{current} из {total}"
	});
	$("#nav ul").tabs("#panes > div", {effect: 'fade', fadeOutSpeed: 0});
});
