<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ss2_wrapper {
    position: relative;
    width: 1200px;
    height: 450px;
    margin: 0 0 20px;
    overflow: hidden
}

.ss2_wrapper .slideshow {
    position: relative;
    width: 1200px;
    height: 450px
}

.ss2_wrapper .slideshow_item {
    width: 1200px;
    height: 450px
}

.ss2_wrapper .slideshow_item .data {
    display: none
}

.ss2_wrapper a.slideshow_prev {
    position: absolute;
    left: -60px;
    top: 160px;
    z-index: 10;
    width: 60px;
    height: 82px;
    outline: none;
    background: url(../images/left.png);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}



.ss2_wrapper a.slideshow_prev span {
    display: block;
    width: 40px;
    height: 46px;
    text-indent: -9999px
}

.ss2_wrapper a.slideshow_next {
    position: absolute;
    right: -60px;
    top: 160px;
    z-index: 10;
    width: 60px;
    height: 82px;
    outline: none;
    background: url(../images/right.png);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}


.ss2_wrapper a.slideshow_next span {
    display: block;
    width: 60px;
    height: 82px;
    text-indent: -9999px
}

.ss2_wrapper .slideshow_paging {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 11;
    font-size: 12px;
    padding: 3px 2px;
    background: url(trans-black-70.png);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 0 2px #222;
    -webkit-box-shadow: 0 0 2px #222;
    box-shadow: 0 0 2px #222
}

.ss2_wrapper .slideshow_paging a {
    display: block;
    float: left;
    margin: 0 1px;
    padding: 3px 7px;
    color: #ccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.ss2_wrapper .slideshow_paging a:hover {
    color: #fff
}

.ss2_wrapper .slideshow_paging a.activeSlide {
    background: #eee;
    color: #222
}

.ss2_wrapper .slideshow_box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 110px;
    z-index: 10
}

.ss2_wrapper .slideshow_box .data {
    padding: 15px 20px;
    color: #ccc
}

.ss2_wrapper .slideshow_box .data h4 {
    color: #fff;
    font: 700 20px arial, sans-serif;
    padding: 0;
    margin: 0 0 10px
}

.ss2_wrapper .slideshow_box .data p {
    padding: 0;
    margin: 0;
    line-height: 140%
}

.ss2_wrapper .slideshow_box .data a {
    color: #fff
}</pre></body></html>