/* images */
ul.sortable {
list-style: none;
text-align:center;
width:100%;
float:left;
}
li.sort {
color: #ccc;
margin: 3px;
padding: 8px 6px 8px 6px;
background:#fff;
border:1px solid #ccc;
float:left;

width:100px;
}
.sorthelper
{
	background-color: #eee;
	float: left;
}
li.loading, div.loading {
background:#fff url(http://www.napyfab.com/ajax-indicators/images/indicator_medium.gif) no-repeat 50% 50%;
min-height:10em;
}
div.loading {
background-color:#eee;
min-height:10em;
}
li.sort a {
display:block;
line-height:2em;
padding:0; margin:0;
}
li.sort a img {
	padding:0; margin:0;
	border:0;
}
li.sort a.delete {
}




