$(function() {
	$('.menu li.active ul').show();
	$('#index-slider-links strong').each(function(){
		$(this).css({paddingTop:(99-$(this).height())/2});
	});
});
