$(document).ready(function() {

  $("#infodiv").corner();
  $(".block").corner().css('background-position', 'bottom');
  /*$("a > img").hover(function(){
		$(this).fadeTo("fast", 0.8);
	},function(){
   		$(this).fadeTo("fast", 1.0);
	}); */

 });
