.fixedly-slider-cont-{%post-id%},
    .fixedly-slide-{%post-id%},
        .fixedly-slider-cont-{%post-id%} img,
            .fixedly-slider-cont-{%post-id%} iframe {
    height: {%template-height%} !important;
}

.fixedly-cont-{%post-id%} {
    width: {%template-width%};
    position: relative;
    margin-bottom: 20px;
}
    .fixedly-slider-cont-{%post-id%} {
        margin: 20px;
        background: #{%template-cont-background-color%};
        border: 10px solid #{%template-cont-border-color%};
        -moz-box-shadow: 0 0 5px 5px #{%template-cont-shadow-color%};
        -webkit-box-shadow: 0 0 5px 5px #{%template-cont-shadow-color%};
        box-shadow: 0 0 5px 5px #{%template-cont-shadow-color%};
    }
        .fixedly-slide-{%post-id%} {
            width: {%template-inner-width%};
            position: relative;
        }
            .fixedly-slider-cont-{%post-id%} img {
                width: {%template-inner-width%}; !important;
                max-width: {%template-inner-width%} !important;
            }
            .fixedly-slider-cont-{%post-id%} iframe {
                width: {%template-inner-width%}; !important;
                max-width: {%template-inner-width%} !important;
            }

.fixedly-meta-cont-{%post-id%} {
    width: {%template-width%};
}
    .fixedly-meta-{%post-id%} {
        position: absolute;
        bottom: 20px;
        right: 20px;
        padding: 20px;
        background: #{%template-meta-background-color%};
        opacity: 0.7;
        z-index: 956;
    }
        .fixedly-meta-title-{%post-id%} {
            font-size: 22px;
            color: #{%template-meta-text-color%};
        }
        .fixedly-meta-description-{%post-id%} {
            font-size: 16px;
            color: #{%template-meta-text-color%};
        }

.fixedly-nav-prev-{%post-id%} {
    position: absolute;
    left: -25px;
    top: 42%;
    font-size: 22px;
    padding: 7px 10px 7px 10px;
    background: #{%template-nav-background-color%};
    border: 1px solid #{%template-nav-border-color%};
    -moz-box-shadow: 0 0 5px #{%template-nav-shadow-color%};
    -webkit-box-shadow: 0 0 5px #{%template-nav-shadow-color%};
    box-shadow: 0 0 5px #{%template-nav-shadow-color%};
}
.fixedly-nav-next-{%post-id%} {
    position: absolute;
    right: -25px;
    top: 42%;
    font-size: 22px;
    padding: 7px 10px 7px 10px;
    background: #{%template-nav-background-color%};
    border: 1px solid #{%template-nav-border-color%};
    -moz-box-shadow: 0 0 5px #{%template-nav-shadow-color%};
    -webkit-box-shadow: 0 0 5px #{%template-nav-shadow-color%};
    box-shadow: 0 0 5px #{%template-nav-shadow-color%};
}
