﻿@charset "utf-8";.slider-wrap {
    padding: 4px;
    background-color: #fff;
    box-shadow: 1px 1px 1px rgba(100,100,100,0.1);
    border: 1px solid #c8c8c8
}

.slider-wrap-dark {
    padding: 4px;
    background-color: rgba(255,255,255,0.25);
    box-shadow: 1px 1px 1px rgba(100,100,100,0.1);
    border: 1px solid #646464
}

div.slider-one {
    position: relative;
    font-size: 0;
}

div.slider-one img {
    width: 100%;
    height: auto;
}

div.left-slide {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background-size: cover;
    border-right: 1px solid rgba(255,255,255,0.45);
}
div.slider-two {
    position: relative;
    font-size: 0
}

div.slider-two img {
    width: 100%;
    height: auto
}

div.left-slide-two {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background-size: cover;
    border-right: 1px solid rgba(255,255,255,0.45)
}
div.slider-three {
    position: relative;
    font-size: 0;
}
div.slider-three img {
    width: 100%;
    height: auto;
}

div.left-slide-three {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background-size: cover;
    border-right: 1px solid rgba(255,255,255,0.45);
}
div.slider-four {
    position: relative;
    font-size: 0;
}
div.slider-four img {
    width: 100%;
    height: auto;
}

div.left-slide-four {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background-size: cover;
    border-right: 1px solid rgba(255,255,255,0.45);
}

/*.water-fat-seperation-left {
    background-image: url(/resources/img/products/magnetic-resonance/vantage-titan-15t/Water-Fat-Separation-left.jpg)
}

.semar-brain-left {
    background-image: url(/resources/img/products/computed-tomography/aquilion-one/ct-aq-one-semar-brain-left.jpg)
}

.non-tof-left {
    background-image: url(/resources/img/products/computed-tomography/celesteion/ct-celesteion-compare-tof-left.jpg)
}

.semar-prime-hips-left {
    background-image: url(/resources/img/products/computed-tomography/aquilion-prime/ct-prime-semar-hips-left.jpg)
}

.semar-hip-left {
    background-image: url(/resources/img/ct-aq-one-adaptive-diag-sure-subtraction-left.jpg)
}
.semar-hip-left-two {
    background-image: url(/resources/img/ct-aq-lightning-semar-hip-left.png)
}
.semar-hip-left-three {
    
}
.semar-hip-left-four {
    background-image: url(/resources/img/ct-aq-one-adaptive-diag-sure-subtraction-left.jpg)
}
.adaptive-diagnostics-left {
    background-image: url(/resources/img/products/computed-tomography/aquilion-lightning/ct-aq-lightning-adaptive-diagnostic-left.png)
}*/

div.slider-one:hover {
    cursor: col-resize;
}

div.slider-one {
    position: relative;
    font-size: 0;
    -ms-touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

div.slider-two:hover {
    cursor: col-resize
}

div.slider-two {
    position: relative;
    font-size: 0;
    -ms-touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none
}

div.slider-three:hover {
    cursor: col-resize;
}

div.slider-three {
    position: relative;
    font-size: 0;
    -ms-touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
div.slider-four:hover {
    cursor: col-resize;
}

div.slider-four {
    position: relative;
    font-size: 0;
    -ms-touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}
.arrows {
    font-size: 32px!important;
    position: absolute;
    bottom: 37%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    color: rgba(255,255,255,0.85)!important;
    margin: 0 auto;
    transition: opacity ease-in-out 0.25s;
    text-shadow: 1px 1px 0 rgba(0,0,0,1)
}

.arrows i:first-child {
    margin-right: 10px
}

.arrows i:last-child {
    margin-left: 10px
}

div.slider-one:hover .arrows {
    opacity: 0;
}

div.slider-two:hover .arrows {
    opacity: 0
}

div#full-slide-size{
  width: 205%;
}
@media (max-width: 767px) {
  div#full-slide-size{
    width: 100%;
  }
  div#slider-spacers{
    height: 0px !important;
  }
}
