#wowslider-container {
    zoom: 1;
    position: relative;
    margin: 0 auto 41px auto;
    z-index: 100;
    text-align: left; /* reset align=center */
    overflow: hidden;
    box-shadow: 0 0 29px rgba(255,255,255,0.75);
}

* html #wowslider-container {
    width: 868px;
}

#wowslider-container ul {
    position: relative;
    width: 10000%;
    left: 0;
    list-style: none !important;
    margin: 0;
    padding: 0;
}

#wowslider-container ul li {
    /*width: 1%;*/
    line-height: 0; /*opera*/
    float: left;
    font-size: 0;
    width: 868px;
    height: 414px;
    list-style: none !important;
}

#wowslider-container .ws_images {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#wowslider-container .ws_images a {
    width: 100%;
    display: block;
    color: transparent;
}

#wowslider-container .ws_images img {
    width: 100%;
    height: 100%;
    border: none 0;
    max-width: none;
}

#wowslider-container a {
    text-decoration: none;
    outline: none;
    border: none;
}

#wowslider-container .ws_bullets {
    font-size: 0px;
    float: left;
    position: absolute;
    z-index: 70;
}

#wowslider-container .ws_bullets div {
    position: relative;
    float: left;
}

#wowslider-container a.wsl {
    display: none;
}

#wowslider-container .ws_bullets {
    padding: 10px;
}

#wowslider-container .ws_bullets a {
    margin-left: 4px;
    width: 16px;
    height: 17px;
    background: url(./images/bullet.png) left top no-repeat;
    float: left;
    text-indent: -4000px;
    position: relative;
    color: transparent;
}

#wowslider-container .ws_bullets a.ws_selbull, #wowslider-container .ws_bullets a:hover {
    background-position: bottom left;
}

#wowslider-container a.ws_next, #wowslider-container a.ws_prev {
    position: absolute;
    display: none;
    top: 50%;
    margin-top: -55px;
    z-index: 60;
    height: 111px;
    width: 65px;
    /*background-image: url(./images/arrows.png);*/
}

#wowslider-container a.ws_next {
    /*background-position: 100% 0;*/
    right: 0px;
    background: url(/published/publicdata/SHOP/attachments/SC/images/arrowrightcarousel.png) top left no-repeat;
}

#wowslider-container a.ws_prev {
    left: 0px;
    /*background-position: 0 0;*/
    background: url(/published/publicdata/SHOP/attachments/SC/images/arrowleftcarousel.png) top left no-repeat;
}

#wowslider-container a.ws_next:hover {
    background-position: 100% 100%;
}

#wowslider-container a.ws_prev:hover {
    background-position: 0 100%;
}

* html #wowslider-container a.ws_next, * html #wowslider-container a.ws_prev {
    display: block
}

#wowslider-container:hover a.ws_next, #wowslider-container:hover a.ws_prev {
    display: block
}

#wowslider-container .ws-title {
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 50;
    padding: 40px 100px 40px 100px;
    color: #ffffff;
    font-size: 35px;
    line-height: 36px;
    text-shadow: rgba(0,0,0,0.3) 3px 0 5px, rgba(0,0,0,0.3) 0 3px 5px, rgba(0,0,0,0.3) -3px 0 5px, rgba(0,0,0,0.3) 0 -3px 5px;
}

    #wowslider-container .ws-title em {
        display: inline-block;
        font-size: 25px;
        font-weight: 400;
        color: #2aa4e9;
        padding: 10px 15px;
        font-style: normal;
        background: #ffffff;
    }

/* bottom center */
#wowslider-container .ws_bullets {
    top: 0px;
    right: 0px;
    display: none;
}

#wowslider-container ul {
    animation: wsBasic 30s infinite;
    -moz-animation: wsBasic 30s infinite;
    -webkit-animation: wsBasic 30s infinite;
}

@keyframes wsBasic {
    0% {
        left: -0%
    }
    6.67% {
        left: -0%
    }
    10% {
        left: -100%
    }
    16.67% {
        left: -100%
    }
    20% {
        left: -200%
    }
    26.67% {
        left: -200%
    }
    30% {
        left: -300%
    }
    36.67% {
        left: -300%
    }
    40% {
        left: -400%
    }
    46.67% {
        left: -400%
    }
    50% {
        left: -500%
    }
    56.67% {
        left: -500%
    }
    60% {
        left: -600%
    }
    66.67% {
        left: -600%
    }
    70% {
        left: -700%
    }
    76.67% {
        left: -700%
    }
    80% {
        left: -800%
    }
    86.67% {
        left: -800%
    }
    90% {
        left: -900%
    }
    96.67% {
        left: -900%
    }
}

@-moz-keyframes wsBasic {
    0% {
        left: -0%
    }
    6.67% {
        left: -0%
    }
    10% {
        left: -100%
    }
    16.67% {
        left: -100%
    }
    20% {
        left: -200%
    }
    26.67% {
        left: -200%
    }
    30% {
        left: -300%
    }
    36.67% {
        left: -300%
    }
    40% {
        left: -400%
    }
    46.67% {
        left: -400%
    }
    50% {
        left: -500%
    }
    56.67% {
        left: -500%
    }
    60% {
        left: -600%
    }
    66.67% {
        left: -600%
    }
    70% {
        left: -700%
    }
    76.67% {
        left: -700%
    }
    80% {
        left: -800%
    }
    86.67% {
        left: -800%
    }
    90% {
        left: -900%
    }
    96.67% {
        left: -900%
    }
}

@-webkit-keyframes wsBasic {
    0% {
        left: -0%
    }
    6.67% {
        left: -0%
    }
    10% {
        left: -100%
    }
    16.67% {
        left: -100%
    }
    20% {
        left: -200%
    }
    26.67% {
        left: -200%
    }
    30% {
        left: -300%
    }
    36.67% {
        left: -300%
    }
    40% {
        left: -400%
    }
    46.67% {
        left: -400%
    }
    50% {
        left: -500%
    }
    56.67% {
        left: -500%
    }
    60% {
        left: -600%
    }
    66.67% {
        left: -600%
    }
    70% {
        left: -700%
    }
    76.67% {
        left: -700%
    }
    80% {
        left: -800%
    }
    86.67% {
        left: -800%
    }
    90% {
        left: -900%
    }
    96.67% {
        left: -900%
    }
}

#wowslider-container .ws_bullets a img {
    text-indent: 0;
    display: block;
    top: 15px;
    left: -120px;
    visibility: hidden;
    position: absolute;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border: 5px solid #FFFFFF;
    max-width: none;
}

#wowslider-container .ws_bullets a:hover img {
    visibility: visible;
}

#wowslider-container .ws_bulframe div div {
    height: 90px;
    overflow: visible;
    position: relative;
}

#wowslider-container .ws_bulframe div {
    left: 0;
    overflow: hidden;
    position: relative;
    width: 240px;
    background-color: #FFFFFF;
}

#wowslider-container .ws_bullets .ws_bulframe {
    display: none;
    top: 15px;
    overflow: visible;
    position: absolute;
    cursor: pointer;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border: 5px solid #FFFFFF;
}

#wowslider-container .ws_bulframe span {
    display: block;
    position: absolute;
    top: -11px;
    margin-left: -9px;
    left: 120px;
    background: url(./images/triangle.png);
    width: 15px;
    height: 6px;
}

#wowslider-container .ws_bullets .ws_bulframe,
#wowslider-container .ws_bullets .ws_bulframe * {
    display: none !important;
}