.pointer {
    cursor:pointer
}

footer {
    position: fixed;
    bottom: 0;
    height: 30px;
    background-color: #dddddd;
    width: 100%;
    padding: 5px 5px 5px 30px;
}

.uploader-picts .delete_file2 {
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 6;

}