.js_inpost_gallery_update_slide_title{
    position: absolute;
    right: 34px;
    top: 0;
}
.js_inpost_gallery_delete_slide{
    position: absolute;
    right: 5px;
    top: 0;
    color: white;
    -webkit-text-stroke: 1px black;
    font-size: 20px;
}
li.inpost_gallery_slide_item{
    float: left;
    margin: 5px;
    position: relative;
}

a.js_inpost_gallery_delete_slide:hover image{
    -webkit-filter: sepia(0); -moz-filter: sepia(0);
    -ms-filter: sepia(0); -o-filter: sepia(0); -webkit-filter: sepia(1);
    filter: alpha(opacity = 100); filter: sepia(0); zoom:1; filter: none;
}

.js_inpost_gallery_slide_counter{
    font-size: 12px;
    font-weight: bold;
    color: black;
    position: absolute;
    bottom: 4px;
    left: 0;
    background: white;
    padding: 0 3px;
}

.js_inpost_gallery_slide_group{
    font-size: 11px;
    color: #fff;
    position: absolute;
    bottom: 5px;
    right: 1px;
}


.inpost_gallery_add_slide_button {
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
    background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
    background-color:#ededed;
    -moz-border-radius:6px;
    -webkit-border-radius:6px;
    border-radius:6px;
    border:1px solid #dcdcdc;
    display:inline-block;
    color:#777777;
    font-family:arial;
    font-size:15px;
    font-weight:bold;
    padding:6px 24px;
    text-decoration:none;
    text-shadow:-17px -3px 11px #ffffff;
}
.inpost_gallery_add_slide_button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
    background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
    background-color:#dfdfdf;
}
.inpost_gallery_add_slide_button:active {
    position:relative;
    top:1px;
}

#loadGallery {
    visibility: visible !important;
    display: none;
}