  .rotator {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: -40px;
    padding-bottom: 46px;
    overflow: hidden;
}

.rotator-slides {
    background: #034B81;
}

.rotator-slide {
    font-family: 'Open Sans',sans-serif;
}

.rotator-slide-content {
    width: 940px;
    margin: 0 auto;
}

.rotator-slide-fancy .rotator-slide-info {
    float: none;
    width: 420px;
    padding: 0;
}

.rotator-slide .rotator-slide-subhead,
.rotator-slide-links {
    width: 350px;
}

.rotator-slide p {
    width: 300px;
}

.rotator-slide .rotator-slide-heading,
.rotator-slide .rotator-slide-subhead,
.rotator-slide p,
.rotator-slide-links a {
    font-family: 'roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.rotator-slide .rotator-slide-heading {
    width: 350px;
    padding-top: 116px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 38px;
    font-weight: 900;
    line-height: 38px;
    letter-spacing: -3px;
}

.rotator-slide .rotator-slide-subhead {
    color: #ffd521;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: normal;
}

.rotator-slide p {
    margin-bottom: 20px;
    color: #fff;
    font-size: 17px;
    line-height: normal;
}

.rotator-slide-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.rotator-slide-links li {
    margin: 0;
}

.rotator-slide-links a {
    position: relative;
    padding: 8px 0 8px 35px;
    display: block;
    color: #FFF;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none;
}

.rotator-slide-links a:hover {
    text-decoration: underline;
}

.rotator-slide-links a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 26px;
    height: 26px;
    background: url(/wp-content/themes/shaw-globalnews/images/rotator/icon-sprite.png) no-repeat;
}

.rotator-slide-links .camera a:before {
    background-position: 0 0;
}

.rotator-slide-links .television a:before {
    background-position: 0 -47px;
}

.rotator-slide-links .live a:before {
    background-position: 0 -104px;
}

.rotator-slide-links .win a:before {
    background-position: 0 -148px;
}

.rotator-slide-links .play a:before {
    background-position: 0 -202px;
}

.rotator-slide-links .post a:before {
    background-position: 0 -252px;
}

.rotator-slide-links .facebook a:before {
    background-position: 0 -298px;
}

.rotator-slide-links .twitter a:before {
    background-position: 0 -350px;
}

.rotator-slide-links .music a:before {
    background-position: 0 -398px;
}

.rotator-slide-links .question a:before {
    background-position: 0 -448px;
}

.rotator-slide-links .microphone a:before {
    background-position: 0 -498px;
}

.rotator-slide-links .person a:before {
    background-position: 0 -548px;
}

.rotator-slide-links .star a:before {
    background-position: 0 -599px;
}

.rotator-slide-links .playsquare a:before {
    background-position: 0 -647px;
}

.rotator-slide-default {
    height: 370px;
    padding-top: 85px;
    padding-bottom: 45px;
}

.rotator-slide-info {
    float: left;
    width: 270px;
    padding-right: 30px;
    color: #fff;
}

.rotator-slide-img {
    float: right;
    width: 640px;
    height: 370px;
    overflow: hidden;
    -webkit-box-shadow: 5px 5px 24px 0 #000;
    box-shadow: 5px 5px 24px 0 #000;
}

.rotator-slide .rotator-slide-default h1,.rotator-slide .rotator-slide-default h2,.rotator-slide .rotator-slide-default p,.rotator-slide-default .rotator-slide-links {
    width: 100%;
}

.rotator-slide-default h2,.rotator-slide-default p {
    font-family: 'Open Sans',sans-serif;
}

.rotator-slide-default h1 {
    padding-top: 0;
    margin-bottom: 15px;
    font-size: 37px;
    line-height: 87%;
    letter-spacing: 0;
}

.rotator-slide-default h2 {
    color: #fdca36;
    font-size: 17px;
    letter-spacing: 0;
}

.rotator-slide-default p {
    margin-bottom: 13px;
    padding-bottom: 14px;
    border-bottom: 1px solid #565656;
    font-size: 14px;
    line-height: 18px;
}

.rotator-slide-default .rotator-slide-links a {
    font-size: 16px;
}

.rotator-slide-clickable-image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 940px;
    height: 100%;
    background: url(/wp-content/themes/shaw-globalnews/images/rotator/blank.gif);
}

.ls-nav-next,.ls-nav-prev {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
    width: 120px;
    height: 100%;
    margin: 0;
    cursor: pointer;
    text-indent: -9999px;
    background: url(/wp-content/themes/shaw-globalnews/images/rotator/rotator-arrows.png) no-repeat;
    overflow: hidden;
    opacity: .7;
    filter: alpha(opacity=70);
}

.ls-nav-prev {
    margin-left: -610px;
    background-position: 0 center;
}

.ls-nav-next {
    margin-left: 490px;
    background-position: -70px center;
}

.no-touch .ls-nav-next:active,.no-touch .ls-nav-next:hover,.no-touch .ls-nav-prev:active,.no-touch .ls-nav-prev:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.no-touch .ls-nav-next:active,.no-touch .ls-nav-prev:active {
    top: 2px;
}

.ls-bottom-nav-wrapper .ls-bottom-slidebuttons {
    display: block;
    width: 960px;
    padding-top: 13px;
    padding-bottom: 3px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    background: #fff;
}

.ls-bottom-slidebuttons>a {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/wp-content/themes/shaw-globalnews/images/rotator/rotator-pagination.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
    text-indent: -9999px;
    margin: 0 0 0 5px;
}

.ls-bottom-slidebuttons>a:first-child {
    margin-left: 0;
}

.ls-bottom-slidebuttons .ls-nav-active,.no-touch .ls-bottom-slidebuttons>a:hover {
    background-position: 0 -30px;
}

.ls-bar-timer-head,.ls-inner .ls-bar-timer {
    height: 4px;
}

.ls-bar-timer-head {
    z-index: 6;
    background: url(/wp-content/themes/shaw-globalnews/images/rotator/loader-bar-cap.png) right top no-repeat;
}

.ls-inner .ls-bar-timer {
    top: auto;
    bottom: 0;
    z-index: 4;
    border: none;
    opacity: 1;
    background: url(/wp-content/themes/shaw-globalnews/images/rotator/loader-bar-fill.png) repeat-x;
}

.ls-container {
    visibility: hidden;
    position: relative;
}

.ls-lt-container {
    position: absolute;
}

.ls-lt-container,.ls-lt-container * {
    text-align: left!important;
    direction: ltr!important;
}

.ls-container-fullscreen {
    margin: 0 auto!important;
    padding: 2%!important;
    background: #000!important;
    border-radius: 0!important;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
    border: none!important;
}

.ls-container-fullscreen .ls-fullscreen,.ls-container-fullscreen .ls-shadow,.ls-container-fullscreen .ls-thumbnail-wrapper {
    display: none!important;
}

.ls-inner {
    position: relative;
    background-position: center center;
    z-index: 2;
}

.ls-loading-container {
    position: absolute!important;
    display: none;
    z-index: 3!important;
    left: 50%!important;
    top: 50%!important;
}

.ls-loading-indicator {
    margin: 0 auto;
}

.ls-inner,.ls-layer {
    width: 100%;
    height: 100%;
}

.ls-layer {
    position: absolute;
    display: none;
    background-position: center center;
    overflow: hidden;
}

.ls-active,.ls-animating {
    display: block!important;
}

.ls-layer>* {
    position: absolute;
    line-height: normal;
    margin: 0;
    left: 0;
    top: 0;
}

.ls-layer .ls-bg {
    left: 50%;
    top: 50%;
}

.tv-rotator-slides .ls-layer .ls-bg {
    margin-left: 0 !important;
    margin-top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0;
}

.tv-rotator-slides .ls-nav-prev {
    margin-left: -590px;
}

.tv-rotator-slides .ls-nav-next {
    margin-left: 470px;
}

.tv-rotator-slides .headshots {
    top: auto !important;
    bottom: 0;
}

.ls-yourlogo {
    position: absolute;
    z-index: 99;
}

.ls-bar-timer {
    position: absolute;
    width: 0;
    height: 2px;
    background: #fff;
    border-bottom: 2px solid #555;
    opacity: .55;
    filter: alpha(opacity=55);
    z-index: 4;
    top: 0;
}

.ls-circle-timer {
    width: 24px;
    height: 24px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 4;
    opacity: .65;
    filter: alpha(opacity=65);
    display: none;
}

.ls-ct-half {
    background: #fff;
}

.ls-ct-center {
    background: #444;
}

.ls-ct-left,.ls-ct-right {
    width: 50%;
    height: 100%;
    overflow: hidden;
    float: left;
    position: relative;
}

.ls-ct-rotate {
    width: 200%;
    height: 100%;
    position: absolute;
    top: 0;
}

.ls-ct-left .ls-ct-rotate,.ls-ct-right .ls-ct-half,.ls-ct-right .ls-ct-hider {
    left: 0;
}

.ls-ct-left .ls-ct-half,.ls-ct-left .ls-ct-hider,.ls-ct-right .ls-ct-rotate {
    right: 0;
}

.ls-ct-half,.ls-ct-hider {
    position: absolute;
    top: 0;
}

.ls-ct-hider {
    width: 50%;
    height: 100%;
    overflow: hidden;
}

.ls-ct-half {
    width: 200%;
    height: 100%;
}

.ls-ct-center {
    width: 40%;
    height: 40%;
    left: 30%;
    top: 30%;
    position: absolute;
}

.ls-ct-center,.ls-ct-half {
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}

.ls-bottom-slidebuttons {
    text-align: left;
}

.ls-below-thumbnails,.ls-bottom-nav-wrapper {
    z-index: 2;
    height: 0;
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.ls-below-thumbnails {
    display: none;
    z-index: 6;
}

.ls-bottom-nav-wrapper a,.ls-nav-next,.ls-nav-prev {
    outline: 0;
}

* .ls-bottom-nav-wrapper *,* .ls-bottom-nav-wrapper span * {
    direction: ltr!important;
}

.ls-bottom-slidebuttons {
    z-index: 1000;
}

.ls-bottom-slidebuttons,.ls-nav-sides,.ls-nav-start,.ls-nav-stop {
    position: relative;
}

.ls-nothumb {
    text-align: center!important;
}

.ls-link {
    position: absolute;
    width: 100%!important;
    height: 100%!important;
    left: 0!important;
    top: 0!important;
    background-image: url(/wp-content/themes/shaw-globalnews/images/rotator/blank.gif);
}

.ls-layer>a>* {
    background-image: url(/wp-content/themes/shaw-globalnews/images/rotator/blank.gif);
}

.ls-vpcontainer {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.ls-videopreview {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}

.ls-playvideo {
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
}

.ls-tn {
    display: none!important;
}

.ls-thumbnail-hover {
    display: none;
    position: absolute;
    left: 0;
}

.ls-thumbnail-hover-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.ls-thumbnail-hover-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.ls-thumbnail-hover-img {
    position: absolute;
    overflow: hidden;
}

.ls-thumbnail-hover img {
    max-width: none!important;
    position: absolute;
    display: inline-block;
    visibility: visible!important;
    left: 50%;
    top: 0;
}

.ls-thumbnail-hover span {
    left: 50%;
    top: 100%;
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    border-left-color: transparent!important;
    border-right-color: transparent!important;
    border-bottom-color: transparent!important;
}

.ls-thumbnail-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 4;
}

.ls-thumbnail {
    position: relative;
    margin: 0 auto;
}

.ls-thumbnail-inner,.ls-thumbnail-slide-container {
    width: 100%;
}

.ls-thumbnail-slide-container {
    overflow: hidden!important;
    position: relative;
}

.ls-touchscroll {
    overflow-x: auto!important;
}

.ls-thumbnail-slide {
    text-align: center;
    white-space: nowrap;
    float: left;
    position: relative;
}

.ls-thumbnail-slide a {
    overflow: hidden;
    display: inline-block;
    width: 0;
    height: 0;
    position: relative;
}

.ls-thumbnail-slide img {
    max-width: none!important;
    max-height: 100%!important;
    height: 100%;
    visibility: visible!important;
}

.ls-shadow {
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    width: 100%;
    left: 0;
    overflow: hidden!important;
    visibility: hidden;
}

.ls-shadow img {
    width: 100%!important;
    height: auto!important;
    position: absolute!important;
    left: 0!important;
    bottom: 0!important;
}

.ls-bottom-nav-wrapper,.ls-nav-next,.ls-nav-prev,.ls-thumbnail-wrapper {
    visibility: hidden;
}

.ls-wp-fullwidth-container {
    width: 100%;
    position: relative;
}

.ls-wp-fullwidth-helper {
    position: absolute;
}

.ls-overflow-hidden {
    overflow: hidden;
}

.ls-lt-tile {
    position: relative;
    float: left;
    perspective: 500px;
    -o-perspective: 500px;
    -ms-perspective: 500px;
    -moz-perspective: 500px;
    -webkit-perspective: 500px;
}

.ls-lt-tile img {
    visibility: visible;
    display: inline-block;
}

.ls-curtiles {
    overflow: hidden;
}

.ls-curtiles,.ls-nexttiles {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.ls-curtile,.ls-nexttile {
    overflow: hidden;
    position: absolute;
    width: 100%!important;
    height: 100%!important;
}

.ls-curtile {
    left: 0;
    top: 0;
}

.ls-curtile img,.ls-nexttile img {
    position: absolute;
    filter: inherit;
}

.ls-3d-container {
    position: relative;
    perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    -moz-perspective: 1000px;
    -webkit-perspective: 1000px;
    overflow: visible!important;
}

.ls-3d-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.ls-3d-box div {
    overflow: hidden;
    background: #777;
    margin: 0;
    padding: 0;
    position: absolute;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.ls-fullscreen {
    position: absolute;
    z-index: 10;
    cursor: pointer;
    display: block;
}

#ls-global * .ls-bottom-nav-wrapper a,#ls-global * .ls-container .ls-fullscreen,#ls-global * .ls-container img,#ls-global * .ls-nav-next,#ls-global * .ls-nav-prev,#ls-global * .ls-thumbnail a,body * .ls-bottom-nav-wrapper a,body * .ls-container .ls-fullscreen,body * .ls-container img,body * .ls-nav-next,body * .ls-nav-prev,body * .ls-thumbnail a,html * .ls-bottom-nav-wrapper a,html * .ls-container .ls-fullscreen,html * .ls-container img,html * .ls-nav-next,html * .ls-nav-prev,html * .ls-thumbnail a {
    transition: none;
    -o-transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    line-height: normal;
    outline: 0;
    padding: 0;
    border: 0;
}

#ls-global * .ls-container img,body * .ls-container img,html * .ls-container img {
    background: none!important;
    min-width: 0!important;
    border-radius: 0;
    box-shadow: none;
    border: 0;
    padding: 0;
}

#ls-global * .ls-wp-container .ls-layer>*,body * .ls-wp-container .ls-layer>*,html * .ls-wp-container .ls-layer>* {
    line-height: normal;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

.ls-container,.ls-container *,.ls-wp-fullwidth-container,.ls-wp-fullwidth-helper {
    box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
    -webkit-box-sizing: content-box!important;
}

#ls-global * .ls-yourlogo,body * .ls-yourlogo,html * .ls-yourlogo {
    margin: 0;
}

#ls-global * .ls-tn,body * .ls-tn,html * .ls-tn {
    display: none;
}

.ls-debug-console * {
    margin: 0!important;
    padding: 0!important;
    border: 0!important;
    color: #fff!important;
    text-shadow: none!important;
    font-family: HelveticaNeue-Light,"Helvetica Neue Light",Helvetica,Arial,sans-serif!important;
    line-height: normal!important;
    -webkit-font-smoothing: antialiased!important;
    text-align: left!important;
    font-style: normal!important;
}

.ls-debug-console h1 {
    padding-top: 10px!important;
    font-size: 17px!important;
    font-weight: 700!important;
}

.ls-debug-console h1:first-child {
    padding-top: 0!important;
}

.ls-debug-console ul {
    padding-top: 10px!important;
    list-style: none!important;
}

.ls-debug-console li {
    margin-left: 10px!important;
    font-size: 13px!important;
    position: relative!important;
    font-weight: 400!important;
}

#ls-global * .ls-debug-console li ul,body * .ls-debug-console li ul,html * .ls-debug-console li ul {
    display: none;
    width: 260px;
    left: -10px;
}

.ls-debug-console li ul {
    position: absolute!important;
    bottom: 100%!important;
    padding: 10px 10px 10px 0!important;
    background: #fff!important;
    border-radius: 10px!important;
    box-shadow: 0 0 20px #000!important;
}

#ls-global * .ls-debug-console li:hover ul,body * .ls-debug-console li:hover ul,html * .ls-debug-console li:hover ul {
    display: block;
}

.ls-debug-console li ul * {
    color: #231f20!important;
}

.ls-debug-console a {
    text-decoration: none!important;
    border-bottom: 1px dotted #fff!important;
}

.ls-error {
    border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    -wenkit-border-radius: 5px!important;
    background: #fff!important;
    height: auto!important;
    width: auto!important;
    color: #fff!important;
    padding: 20px 40px 30px 80px!important;
    position: relative!important;
    box-shadow: 0 2px 20px -5px #000;
}

.ls-error p {
    line-height: normal!important;
    text-shadow: none!important;
    margin: 0!important;
    padding: 0!important;
    border: 0!important;
    text-align: justify!important;
    font-family: Arial,sans-serif!important;
}

.ls-error .ls-error-title {
    line-height: 40px!important;
    color: red!important;
    font-weight: 700!important;
    font-size: 16px!important;
}

.ls-error .ls-error-text {
    color: #555!important;
    font-weight: 400!important;
    font-size: 13px!important;
}

.ls-error .ls-exclam {
    width: 40px!important;
    height: 40px!important;
    position: absolute!important;
    left: 20px!important;
    top: 20px!important;
    border-radius: 50px!important;
    -moz-border-radius: 50px!important;
    -webkit-border-radius: 50px!important;
    font-size: 30px!important;
    font-weight: 700!important;
    color: #fff!important;
    line-height: 40px!important;
    background: red!important;
    text-align: center!important;
}

#ls-global * .ls-container .ls-3d-container,#ls-global * .ls-container .ls-bottom-nav-wrapper,#ls-global * .ls-container .ls-fullscreen,#ls-global * .ls-container .ls-layer>*,#ls-global * .ls-container .ls-lt-container,#ls-global * .ls-container .ls-lt-container *,#ls-global * .ls-container .ls-shadow,#ls-global * .ls-container .ls-thumbnail-wrapper,#ls-global * .ls-container .ls-webkit-hack,body * .ls-container .ls-3d-container,body * .ls-container .ls-bottom-nav-wrapper,body * .ls-container .ls-fullscreen,body * .ls-container .ls-layer>*,body * .ls-container .ls-lt-container,body * .ls-container .ls-lt-container *,body * .ls-container .ls-shadow,body * .ls-container .ls-thumbnail-wrapper,body * .ls-container .ls-webkit-hack,html * .ls-container .ls-3d-container,html * .ls-container .ls-bottom-nav-wrapper,html * .ls-container .ls-fullscreen,html * .ls-container .ls-layer>*,html * .ls-container .ls-lt-container,html * .ls-container .ls-lt-container *,html * .ls-container .ls-shadow,html * .ls-container .ls-thumbnail-wrapper,html * .ls-container .ls-webkit-hack {
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateZ(0px);
    -o-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -webkit-transform: translateZ(0px);
}

#ls-global * .ls-container .ls-layer iframe,#ls-global * .ls-container .ls-video-layer,body * .ls-container .ls-layer iframe,body * .ls-container .ls-video-layer,html * .ls-container .ls-layer iframe,html * .ls-container .ls-video-layer {
    backface-visibility: visible!important;
    -moz-backface-visibility: visible!important;
    transform: none!important;
    -moz-transform: none!important;
}

#ls-global * .ls-container .ls-webkit-hack,body * .ls-container .ls-webkit-hack,html * .ls-container .ls-webkit-hack {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

@media (transform-3d),(-o-transform-3d),(-ms-transform-3d),(-moz-transform-3d),(-webkit-transform-3d) {
    #ls-test3d {
        position: absolute;
        left: 9px;
        height: 3px;
    }
}
.rotator {
	padding-bottom:0;
	margin-top:0;
}
.rotator:hover {
	cursor: pointer;
}
div.rotator-slide {
	background:none;
	background-color: #fff;
}
div.rotator-slide .rotator-slide-heading {
	font-family: 'roboto', Arial, 'Helvetica Neue', Helvetica, sans-serif;
    letter-spacing: 0.01em;
}
ul.rotator-sub-links li{
	
	list-style: none;
}
ul.rotator-sub-links li a {
	color:#fff;
	font-size:20px;
	font-weight: 700;
	padding-right:10px;
}
.rotator-slide .rotator-slide-subhead {
	color:#fff;
}

@media ( min-width: 728px ) {
    .rotator-slide .rotator-slide-subhead,
    .rotator-slide .rotator-slide-heading,
    .rotator-slide-links {
        width: 500px;
    }
}

/* radio program archive page */
.rotator.radio .rotator-slides {
    background-color: #eee;
}

.rotator.radio .ls-nav-prev, .rotator.radio .ls-nav-next {
    text-indent: 0;
    background: none;
}

.rotator.radio .ls-nav-prev:before, .rotator.radio .ls-nav-next:before {
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -21px;
    font-size: 42px;
}

.rotator.radio .ls-nav-prev:before {
    left: 53px;
}

.rotator.radio .ls-nav-next:before {
    left: 15px;
}

.rotator.radio .ls-nav-prev:before,
.rotator.radio .ls-nav-next:before {
    color: #231f20 !important;
}
