<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slideshow {
    float: right;
    xheight: 170px;
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0px 0px 15px 0px;
    position: relative;
    top: 0;
    width: 100%;    
}

.slideshow .directControl {
    display: inline-block;
    left: 5px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 5px;
    z-index: 1;
}

.slideshow .directControl &gt; li {
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    line-height: 20px;
    margin: 0;
    padding: 0 3px 0 3px;
    vertical-align: top;
}

.slideshow .slides {
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
}

.slideshow .slides &gt; li {
    left: 0;
    list-style: none;
    position: absolute;
    top: 0;
    display: none;
}

.slideshow .dot {
    background: transparent url(../images/ico_dot_gray.png) no-repeat center center;
    width: 15px;
    height: 20px;
}

.slideshow .highlightDot {
    background: transparent url(../images/ico_dot_green.png) no-repeat center center;
    width: 15px;
    height: 20px;
}

.slideshow img {
	border: none;
    width: 100%;
    height: 100%;
 }</pre></body></html>