*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#film_roll_wrap {
    position: relative;
        top: 80px;
}
/*
@media only screen and (max-width:1259px) {

#film_roll_wrap {
    position: relative;
    top: 40px;
}
}

@media only screen and (min-width:1260px) {
    #film_roll_wrap {
        position: fixed;
        top: 40px;
        left: 0;
        max-width: 60%;
    }
}
*/

div#film_roll {
    height: 100%;
    position: relative;
}

.film_roll_wrapper img {
    position: relative;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s;
    max-width: 100%;
    height: 100%;
    width: auto\9;
    /* ie8 */
    z-index: 9;
    background-position: 50%;
    /*        opacity: 0.4;*/
}

.film_roll_wrapper .active img {
    position: relative;
    opacity: 1;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    opacity: 1;
    background-position: 50%;
}

.film_roll_wrapper .film_roll_child {
    /*
	max-height:800px;
	*/
    height: 100%;
    /*    margin: 0 2px 0 2px;*/

    /*
    border-top: 0 solid #fff;
        border-right: 2px solid #fff;
        border-bottom: 38px solid #fff;
        border-left: 2px solid #fff;
*/
}

.film_roll_wrapper .film_roll_child img {
    height: 100%;
    /*
	border-right:6px solid #fff;
	border-left:6px solid #fff;
	*/
}

.film_roll_pager {
    position: absolute;
    width: 500px;
    left: 50%;
    bottom: 100px;
    transform: translate(-50%, 0);
    z-index: 1000;
}

.film_roll_pager a,
a.film_roll_prev,
a.film_roll_next {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    cursor: pointer;
    z-index: 5000;
}

a.film_roll_prev img,
a.film_roll_next img {
    opacity: 1 !important;
    border: none;

}

a.film_roll_prev:hover {
    opacity: 0.8 !important;
}

a.film_roll_next:hover {
    opacity: 0.8 !important;
}

div.film_roll_child img {
    height: 100%;
    max-width: none;
    max-height: 100%;
}

div.film_roll_wrapper {
    overflow-x: hidden;
}
