$(function(){
	$('.profile img').attr("height","200").attr("width", "200");
	$('.current_page_item').css({'background-color': 'rgba(0,0,0, .5)'});
})
