/*
 *	generated by WOW Slider 4.7
 *	template Noir
 *
 *	Optimized and improved version:
 *	- Removed old IE hacks.
 *	- Consolidated properties.
 *	- Updated vendor prefixes for modern browsers.
 *	- Fixed identified typo.
 */

#wowslider-container2 {
    position: relative;
    max-width: 1890px;
    margin: 0 auto; /* Shorthand for margin:0px auto 0px; */
    z-index: 90;
    border: none;
    text-align: left; /* reset align=center */
    /* zoom: 1; is an IE hack, remove if not supporting IE6/7 */
}

#wowslider-container2 .ws_images ul {
    position: relative;
    width: 10000%;
    height: auto;
    left: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    overflow: visible;
    /* table-layout:fixed; - commented out, so kept commented */
}

#wowslider-container2 .ws_images ul li {
    width: 1%;
    /* line-height:0; /*opera*/ - Likely an old Opera hack, can usually be removed */
    float: left;
    font-size: 0;
    /* !important usage here; consider if simpler specificity can achieve this */
    padding: 0 !important;
    margin: 0 !important;
}

#wowslider-container2 .ws_images {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#wowslider-container2 .ws_images a {
    width: 100%;
    display: block;
    color: transparent;
}

#wowslider-container2 img {
    max-width: none !important; /* Keep if absolutely necessary to override */
}

#wowslider-container2 .ws_images img {
    width: 100%;
    border: none; /* Simplified from border:none 0; */
    max-width: none; /* Redundant if img already has !important, but harmless */
    padding: 0;
}

#wowslider-container2 a {
    text-decoration: none;
    outline: none;
    border: none;
}

#wowslider-container2 .ws_bullets {
    font-size: 0;
    float: left;
    position: absolute;
    z-index: 70;
    padding: 10px; /* Consolidated from separate declaration */
    bottom: -30px; /* Position for bottom center */
    left: 50%; /* Position for bottom center */
}

#wowslider-container2 .ws_bullets div {
    position: relative;
    float: left;
    left: -50%; /* Position for bottom center */
}

#wowslider-container2 .wsl {
    display: none;
}

#wowslider-container2 sound,
#wowslider-container2 object {
    position: absolute;
}

#wowslider-container2 .ws_bullets a {
    margin-left: 4px;
    width: 8px;
    height: 15px;
    background: url(./bullet.png) left 50% no-repeat;
    float: left;
    text-indent: -4000px;
    position: relative;
    color: transparent;
}

#wowslider-container2 .ws_bullets a.ws_selbull,
#wowslider-container2 .ws_bullets a:hover {
    background-position: right 50%;
}

#wowslider-container2 a.ws_next,
#wowslider-container2 a.ws_prev {
    position: absolute;
    display: none;
    top: 50%;
    margin-top: -28px;
    z-index: 60;
    height: 62px;
    width: 38px;
    background-image: url(./arrows.gif);
    /* Removed commented-out max-height, max-width, background-size */
}

#wowslider-container2 a.ws_next {
    background-position: 100% 0;
    right: -8px;
}

#wowslider-container2 a.ws_prev {
    left: -8px;
    background-position: 0 0;
}

#wowslider-container2 a.ws_next:hover {
    background-position: 100% 100%;
}

#wowslider-container2 a.ws_prev:hover {
    background-position: 0 100%;
}

/* Replaced IE-specific display hacks with modern :hover */
#wowslider-container2:hover a.ws_next,
#wowslider-container2:hover a.ws_prev {
    display: block;
}

/* Play/Pause Button */
#wowslider-container2 .ws_playpause {
    display: none;
    width: 38px;
    height: 62px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -19px;
    margin-top: 40px;
    z-index: 59;
}

#wowslider-container2:hover .ws_playpause {
    display: block;
}

#wowslider-container2 .ws_pause {
    background-image: url(./pause.png);
}

#wowslider-container2 .ws_play {
    background-image: url(./play.png);
}

/* Corrected typo: changed #wowslider-container1 to #wowslider-container2 */
#wowslider-container2 .ws_pause:hover,
#wowslider-container2 .ws_play:hover {
    background-position: 100% 100% !important;
}

/* Default Title Styles */
#wowslider-container2 .ws-title {
    position: absolute;
    bottom: 15%;
    left: 0;
    margin-right: 5px;
    z-index: 50;
    padding: 12px;
    color: #F9FBFB;
    text-transform: uppercase;
    background: #000000;
    font-family: Helvetica, Arial, Verdana, sans-serif;
    font-size: 18px;
    line-height: 18px;
}

#wowslider-container2 .ws-title div {
    padding-top: 5px;
    font-size: 13px;
    text-transform: none;
}

/* Animations */
#wowslider-container2 .ws_images ul {
    /* Kept vendor prefixes for broader compatibility, but consider removal for modern-only projects */
    animation: wsBasic 23.6s infinite;
    -moz-animation: wsBasic 23.6s infinite;
    -webkit-animation: wsBasic 23.6s infinite;
}

@keyframes wsBasic {
    0% {
        left: -0%
    }

    24.15% {
        left: -0%
    }

    50% {
        left: -100%
    }

    74.15% {
        left: -100%
    }
}

@-moz-keyframes wsBasic {
    0% {
        left: -0%
    }

    24.15% {
        left: -0%
    }

    50% {
        left: -100%
    }

    74.15% {
        left: -100%
    }
}

@-webkit-keyframes wsBasic {
    0% {
        left: -0%
    }

    24.15% {
        left: -0%
    }

    50% {
        left: -100%
    }

    74.15% {
        left: -100%
    }
}

/* Shadow Styles */
#wowslider-container2 .ws_shadow {
    background: url(./shadow.png) left 100% no-repeat; /* Consolidated background properties */
    background-size: 100%;
    width: 100%;
    height: 11%;
    position: absolute;
    left: 0;
    bottom: -11%;
    z-index: -1;
    /* Removed IE-specific filter properties */
}

/* Bullet Thumbnails */
#wowslider-container2 .ws_bullets a img {
    text-indent: 0;
    display: block;
    bottom: 16px;
    left: -87px;
    visibility: hidden;
    position: absolute;
    box-shadow: 0 0 5px #999999; /* Removed -moz-box-shadow */
    border: 5px solid #FFFFFF;
    max-width: none;
}

#wowslider-container2 .ws_bullets a:hover img {
    visibility: visible;
}

#wowslider-container2 .ws_bulframe div div {
    height: 48px;
    overflow: visible;
    position: relative;
}

#wowslider-container2 .ws_bulframe div {
    left: 0;
    overflow: hidden;
    position: relative;
    width: 173px;
    background-color: #FFFFFF;
}

#wowslider-container2 .ws_bullets .ws_bulframe {
    display: none;
    bottom: 20px;
    overflow: visible;
    position: absolute;
    cursor: pointer;
    box-shadow: 0 0 5px #999999; /* Removed -moz-box-shadow */
    border: 5px solid #FFFFFF;
}

#wowslider-container2 .ws_bulframe span {
    display: block;
    position: absolute;
    bottom: -11px;
    margin-left: -9px;
    left: 87px;
    background: url(./triangle.png);
    width: 15px;
    height: 6px;
}