
/* Gallery styling ------------------------*/
.list-image {
    position: relative;
    display: inline-block;
    margin: 10px;
    vertical-align: top;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(235,235,235,1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(235,235,235,1);
    box-shadow: 0px 0px 10px 0px rgba(235,235,235,1);
    width: 200px;
    height: 170px;
    overflow: hidden;
    background-color: #FFF;
}
.removeImage{
    position: absolute;
    right: 5px;
    top: 0px;
    color: #CCCCCC;
    background-color: #fff;
    padding: 0px 5px;
}
.list-image img{
    max-width: 185px;
    max-height: 125px;
}
.list-image figure{
    position: relative;
    height: 150px;
    margin-top: 10px;
    text-align: center;
}
.list-image figure figcaption{
    position: absolute;
    bottom: 0px;
    margin: 5px 0px 0px 10px;
    font-weight: bold;
}
#sortableList {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
#sortableList li{
    float: left;
    display: inline-block;
}
.ui-state-highlight { width:200px; border: 1px dashed gray; height: 170px; background-color: #e1ddd8;}
