
#droparea {
   width: 100px;
   height:250px;
}

div.hoverActive {
   border:2px dashed #CCCCCC;
}

#draggables img, #droparea img {
   margin: 4px;
   border:1px solid red;
}
