<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.carousel {
	margin-bottom:0;
}

#myCarousel .bannerBtnPanel {position: absolute;left: 0;right: 0;bottom: 15px;text-align: center;border-radius: 2px;font-weight: bold;}
#myCarousel .bannerBtn {
    background-color: #E30512;
    color: #ffffff;
    padding: 12px 25px;
    display: inline-block;
    border-radius: 3px;
}
#myCarousel .bannerBtn:hover {text-decoration:none;}

.carousel-inner &gt; .item {
   text-align:center;
}
.carousel-inner &gt; .item img {
   width:100%;
}
.carousel-inner &gt; .item .titlePanel {
    position: absolute;
    right: 50px;
    bottom: 15px;
    padding: 15px;
    background-color: #0009;
    border-radius: 10px;
    min-width: 300px;
    text-align: left;

}
.carousel-inner &gt; .item .titlePanelRow1 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}
.carousel-inner &gt; .item .titlePanelRow2 {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    font-style: italic;
}
#slider {
    display: block;
    float: left;
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
	background-color: #000;
}

.carousel-control {
	width: 6%;
}
.carousel-control.left &gt; span {
    display: inline-block;
    position: absolute;
    top: 40%;
}

.carousel-control.right &gt; span {
	display: inline-block;
    position: absolute;
    top: 40%;
}
.carousel-indicators {
    bottom: -40px;
}
.carousel-inner &gt; .item { max-height: 620px; }
#slideshow #slidesContainer {
    float: left;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#slideshow {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#slideshow #slidesContainer {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#slideshow #slidesContainer .slide {
    height: auto;
    margin: 0 auto;
    width: 100%;
}
#slideshow #slidesContainer .slide p {
    margin: 0;
}
.control {
    cursor: pointer;
    display: block;
    height: auto;
    width: 1px;
}
#leftControl {
    color: #dddddd;
    display: inline-block;
    float: left;
    width: 15px;
}
#rightControl {
    color: #dddddd;
    display: inline-block;
    float: left;
    margin-left: 4px;
    width: 15px;
}
.sliderLink {
    background-color: transparent;
    border: 0 solid transparent;
}
#slideIndex {
    bottom: 0;
    display: block;
    margin-bottom: 5px;
    max-width: 300px;
    position: absolute;
    right: 10px;
}
.numbers {
    background: #2e9bc5 none repeat scroll 0 0;
    border: 1px solid #2e9bc5;
    border-radius: 50%;
    color: #2e9bc5;
    cursor: pointer;
    display: inline-block;
    float: left;
    font: 7px Arial;
    height: 13px;
    margin: 3px 0 2px 5px;
    padding: 1px;
    text-align: center;
    width: 13px;
}

.carousel-indicators {
    bottom: -40px;
    right: 25px;
    z-index: 15;
    width: auto;
    padding-left: 0;
    margin-left: 0;
    text-align: right;
    list-style: none;
}

.carousel-indicators .active {

    width: 25px;
    height: 25px;
    background-color: #fff;
    border-radius: 0;
    text-align: center;
    text-indent: 0;
    color: #1c5ca2;
    margin-right: 2px;
    border: 1px solid #bab7b7;

}


.carousel-indicators li {
    width: 25px;
    height: 25px;
    background-color: #1c5ca2;
    border-radius: 0;
    text-align: center;
    text-indent: 0;
    color: #fff;
    margin-right: 2px;
}
</pre></body></html>