/* News */

.news-pager {
    clear: both;
    display: block;
    width: 100%;
    margin: 1em 0 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.news-pager li {
    display: inline-block;
    width: 0.8em;
    height: 0.8em;
    margin: 0 0.5em 0 0;
    border-radius: 50%;
}

.news-pager li a {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #ccc;
    text-indent: -9999px;
    background-size: 2em;
    border-radius: 50%;
}

.news-pager li.news-active a {
    background-color: #f9c72e;
}


.sy-controls li {
    width: 25px;
    min-width: 25px;
}

.sy-controls li a:after {
    background-image: url("../image/PDLC-news-nav.jpg");
    width: 25px;
    height: 25px;
    border-radius: 0;
    margin-top: -12px;
    margin-left: -12px;
}

.sy-controls li a:hover, .sy-controls li a:focus {
    opacity: 1;
}

.sy-controls li.sy-prev a:after {
    background-position: 0 0;
}
.sy-controls li.sy-next a:after {
    background-position: 100% 0;
}

.sy-controls li a:link, .sy-controls li a:visited {
    opacity: 0.8;
}
.sy-controls li a:hover, .sy-controls li a:focus {
    opacity: 1.0;
}