.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;
}
    .fixedly-slider-cont-{%post-id%} {
        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-nav-cont-{%post-id%} {
    width: {%template-width%};
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}
    .fixedly-meta-cont-{%post-id%} {
        width: {%template-width%};
    }
        .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-{%post-id%} {
    position: absolute;
    top: 10px;
    right: 0px;
}
    .fixedly-nav-prev-{%post-id%} {
        float: left;
        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%} {
        float: right;
        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%};
    }
