#gallery-metabox-list li {
	float: left;
	text-align: center;
	margin: 10px 10px 10px 0;
	cursor: move;
    width: 20%;
    background: #f7f7f7;
	border:1px dotted rgba(0,0,0,.4);
	transition:all .2s ease-in;
}

#gallery-metabox-list li:hover {
	box-shadow: 0 4px 12px rgba(102,103,107,0.2);
	transform: scale(1.05);
}