$(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});
	$("#mainads").tabs();
	$(".ipo-ipo-nippon").tooltip({ 
		track: true, 
		delay: 0, 
		showURL: false, 
		showBody: " - ", 
		fade: 250 
	});;
});

