$(function() {
	$(".prev-wrap, .next-wrap").height($(".page").height());

	if($.fn.pageSlide) {
		$(".buy-toolbar .buy a").pageSlide({ width: "300px", direction: "left" });
	}

	if($.fn.fancybox) {
        	$(".release .cover a, .distro .cover-link").fancybox({hideOnContentClick:true, overlayOpacity:.6, transitionIn: "none", transitionOut: "none", overlayColor: "#000"});
	}
		
	$(".default").live("focus",function() {
		if($(this).val(""));
		$(this).removeClass("default");
	});

	$(".distro .pushdown").each(function() {
	        $(this).height($(this).closest(".descr").height()-70);
	});

});
