 button.editBlockText {
    background: url(icon_edit.png) no-repeat;
    width: 24px;
    height: 24px;
    border: none;
}
#contentGallery li {
    border-bottom: 1px solid #f6f6f6;
    float: none;
    margin: 0 0 10px;
    padding: 0 0 5px;
}
.mediaListImage {
    width:50%;
    float: left;
    padding: 0 .5em
}
.handleGallery {
    float: left;
}

.delContImg {
    background: url("icon_delete.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    cursor: pointer;
    height: 24px;
    width: 24px;
    float: right;
}
.textContentContainer {margin: .5em}