.swipebox {
    overflow: hidden !important;
}
#swipebox-overlay img {
    border: medium none !important;
}
#swipebox-overlay {
    -moz-user-select: none;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999 !important;
}
#swipebox-slider {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    white-space: nowrap;
    width: 100%;
}
#swipebox-slider .slide {
    /* background: url("/National_Library/oe_/http://world.maxmara.com/_ui/desktop/theme-maxmara/images/loader.gif") no-repeat scroll center center transparent; */
    display: inline-block;
    height: 100%;
    line-height: 1px;
    text-align: center;
    width: 100%;
}
#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    margin-right: -1px;
    width: 1px;
}
#swipebox-slider .slide img {
    display: inline-block;
    height: auto;
    margin: 0;
    max-height: 100%;
    max-width: 100%;
    padding: 0;
    vertical-align: middle;
    width: auto;
}
#swipebox-action, #swipebox-caption {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 999;
}
#swipebox-action {
    top: -50px;
}
#swipebox-action.visible-bars {
    top: 0;
}
#swipebox-action.force-visible-bars {
    top: 0 !important;
}
#swipebox-caption {
    display: none;
    text-align: center;
    top: -50px;
}
#swipebox-caption.visible-bars {
    top: 0;
}
#swipebox-caption.force-visible-bars {
    top: 0 !important;
}
#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next, #swipebox-action #swipebox-close {
    background-repeat: no-repeat;
    border: medium none !important;
    cursor: pointer;
    height: 48px;
    width: 48px;
    position: absolute;
    text-decoration: none !important;
    top: 0;
}
#swipebox-action #swipebox-close {
    background-image: url("/National_Library/oe_/http://world.maxmara.com/_ui/desktop/theme-maxmara/images/zoom-x.png") !important;
    background-color: #F5F5F5;
    right: 57px;
    top: 35px;
}
#swipebox-action #swipebox-prev {
    background-image: url("/National_Library/oe_/http://world.maxmara.com/_ui/desktop/theme-maxmara/images/zoom-arrow-l.png") !important;
    background-color: black;
    left: 57px;
    top: 50%;
    margin-top: 24px;
}
#swipebox-action #swipebox-next {
    background-image: url("/National_Library/oe_/http://world.maxmara.com/_ui/desktop/theme-maxmara/images/zoom-arrow-r.png") !important;
    background-color: black;
    right: 57px;
    top: 50%;
    margin-top: 24px;
}
#swipebox-action #swipebox-prev.disabled, #swipebox-action #swipebox-next.disabled {
    opacity: 0.3;
}
#swipebox-slider.rightSpring {
    animation: 0.3s ease 0s normal none 1 rightSpring;
}
#swipebox-slider.leftSpring {
    animation: 0.3s ease 0s normal none 1 leftSpring;
}
#swipebox-overlay {
	background: #f5f5f5;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjE1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f5f5f5 0%, #ffffff 15%, #ffffff 85%, #f5f5f5 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f5f5), color-stop(15%,#ffffff), color-stop(85%,#ffffff), color-stop(100%,#f5f5f5)); 
	background: -webkit-linear-gradient(top,  #f5f5f5 0%,#ffffff 15%,#ffffff 85%,#f5f5f5 100%); 
	background: -o-linear-gradient(top,  #f5f5f5 0%,#ffffff 15%,#ffffff 85%,#f5f5f5 100%);
	background: -ms-linear-gradient(top,  #f5f5f5 0%,#ffffff 15%,#ffffff 85%,#f5f5f5 100%); 
	background: linear-gradient(to bottom,  #f5f5f5 0%,#ffffff 15%,#ffffff 85%,#f5f5f5 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#f5f5f5',GradientType=0 );
}
#swipebox-action, #swipebox-caption {
    background-color: transparent;
    opacity: 0.95;
}
#swipebox-action {
}
#swipebox-caption {
    color: #555555 !important;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 43px;
}

@media screen and (max-width: 767px) {
    #swipebox-action #swipebox-close {
        right: 20px;
        top: 10px;
    }
    #swipebox-action #swipebox-prev {
        left: 20px;
    }
    #swipebox-action #swipebox-next {
        right: 20px;
    }
}