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

.carousel-indicators {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 25;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
    opacity:0.6;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 5px;
    background-color: #fff;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #fff;
    border-radius: 10px;
}

.carousel-control {
    position: absolute;
    top: 45%;
    height: 50px;
    bottom: 0;
    left: 0;
    width: 50px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    z-index: 25;
}

.carousel-control.left {
    left:10px;
    opacity: .1;
}

.carousel-control.right {
    right: 25px;
    opacity: .1;
    left: auto;
}

.carousel-control.left:hover, .carousel-control.right:hover{
	opacity:1 !important;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -10px;
}

.ag-carousel-dbcontent .ag-overlay-list a {
    position: relative;
}

.ag-carousel-dbcontent .ag-overlay-list .ag-overlay-article {
    height: 103% !important;
}</pre></body></html>