#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 260px;
}

#sortable li {
    margin: 7px;
    padding: 1px;
    float: left;
    text-align: center;
}

#sortable li.ui-state-highlight {
    width: 110px;
    height: 80px;
}
