.ni .smartslider-slider-create-image td{
    padding-top: 60px;
}

.ni .smartslider-slider-create-heading td{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    color: #8997a6;
    padding: 20px 20px 10px;
}

.ni .smartslider-slider-create-note td{
    font-size: 13px;
    padding: 0 40px 20px;
}

.ni .smartslider-slider-create-button td{
    padding-bottom: 60px;
}

.ni .smartslider-dynamic-thumb,
.ni .smartslider-import-thumb{
    float:left;
    margin: 30px 35px;
    text-align: center;
}

.ni .smartslider-dynamic-thumb img,
.ni .smartslider-import-thumb img{
    margin-bottom: 8px;
}

.ni .smartslider-dynamic-thumb{
    position: relative;
}

.ni .smartslider-dynamic-thumb div{
    position: absolute;
    top: 122px;
    height: 30px;
    width: 100%;
    line-height: 30px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    background: #000;
    background: RGBA(0,0,0,0.65);
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.ni .smartslider-dynamic-thumb.selected,
.ni .smartslider-dynamic-thumb.notselected{
    cursor: pointer;
    width: 200px;
    margin: 10px 10px 30px;
    line-height: 0;
}

.ni .smartslider-dynamic-thumb.selected img,
.ni .smartslider-dynamic-thumb.notselected img{
    margin: 0;
    width: 100%;
}

.ni .smartslider-dynamic-thumb.selected div,
.ni .smartslider-dynamic-thumb.notselected div{
    top: 100%;;
    /*bottom: 0;*/
    height: auto;
}

.ni .smartslider-dynamic-thumb.selected div{
    background: #000;
    background: RGBA(0,0,0,0.65);
    background: #1D6ADD;
    background-image: -ms-linear-gradient(top, #2A99E7 0%, #1D6ADD 100%);
    background-image: -moz-linear-gradient(top, #2A99E7 0%, #1D6ADD 100%);
    background-image: -o-linear-gradient(top, #2A99E7 0%, #4A91D6ADD901 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2A99E7), color-stop(1, #1D6ADD));
    background-image: -webkit-linear-gradient(top, #2A99E7 0%, #1D6ADD 100%);
    background-image: linear-gradient(to bottom, #2A99E7 0%, #1D6ADD 100%);
}