ul.sortable {width: 100%; float: left; _margin: 20px 0; list-style: none; _position: relative !important;}
ul.sortable li {width: 100%;height: 40px; float: left; font-size:14px; _margin: 0 7px 7px 0; border: 2px solid #fff; cursor: move;}
ul.sortable li img {height: 100%; float: left;}
ul.sortable li.ui-sortable-helper {border-color: #3498db;}
ul.sortable li.placeholder {width: 100%; _height: 200px; float: left; background: #eee; border: 2px dashed #bbb; display: block; opacity: 0.6;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}