jQuery(document).ready(function() {
	jQuery("#menu_top li").hover(function() {
		jQuery(this).find('ul').show();
	}, function() {
		jQuery(this).find('ul').hide();
	});
	$(function() {
	VK.init({apiId: 2439194, onlyWidgets: true});
	});
});

$(function() {
	$('a[rel*=lightbox]').lightBox();
});


