#drags {
    position:relative;
    top:130px;
    z-index:10;
}

#drags img {
    width:180px;
    margin:10px;
}

#drags img:hover {
	cursor: pointer;
}

#drops div {
    background:rgba(255,255,255,0.2);
    width:180px;
    height:122px;
    display:inline-block;
    border-radius:30px;
    position:relative;
    top:220px;
    margin:20px;
    border:2px dashed black;
    vertical-align: middle;
}

#drops div img {
	width: 180px;
}

#drops div img.dropped:hover {
	cursor: pointer;
}

.close {
	position:absolute;
	top:20px;
	right:20px;
	width:60px;
}