$(function() {
	$("#download li.point-mobile").hover(function() {
		$(this).toggleClass('active');//.find('div').delay(800).fadeIn();}, function() {$(this).toggleClass('active').find('div').delay(800).fadeOut();
		$(this).find('div').toggle();
	});
	$("#bottom_bar").delay(4000).slideDown(200);
	//$("#loading").show();
	//$("#slideshow ul").slideshow();
});
