$(document).ready(
	function(){
		$('ul#slid').innerfade({
			speed: 2000,
			timeout: 8000,
			type: 'sequence',
			containerheight: '220px'
		});
	var height=$('.size').height();
	var height_cont=$('.size_content').height();
	if(height>=height_cont){
		var dif=height-height_cont;
		var height_final=dif+height_cont+50;
		$('.size_content').height(height_final);}
	
	var height_storia=$('#content_right_storia').height()+40;
	$('.content_storia').height(height_storia);
	

});

      function createMarker(point) {
        var marker = new GMarker(point);
        return marker;
      }



