$(document).ready(function(){
  $("#imagetoolsshade").attr("style", "display:none;");
  $("#votestars").attr("style", "display:none;");
  $("#imagebar").attr("style", "display:none;");
  $("#imagewrapper").mouseover(function(){
	  $("#votestars").attr("style", "display:block;");
  });
  $("#imagewrapper").mouseout(function(){
	  $("#votestars").attr("style", "display:none;");
  });

  $('#comment_toggle').click(function(){		
	$('#comment_content').slideToggle('normal'); 
  });

});

VK.init({apiId: 2135001, onlyWidgets: true});




