      #esempio1{
         background-color:white;
         height:150px;
      } 
      #origine {
         width:170px;
         height:135px;
         position:relative;
         background-color:#af3;
         top:10px;left:50px;
     }
      #destinazione {
         width:170px;
         height:135px;
         background-color:#ff3;
         position:relative;
         top:-125px;left:250px;
      }
      #ciliegie{
         cursor:move;
         padding:10px; 
      }

