.newsticker_wrapper.BJH {
    background: none repeat scroll 0 0 #fff;
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    display: block;
    padding: 5px 0;
}

.newsticker_title {
    margin: 4px 0;
    border-right: 1px solid #e6e6e6;
    overflow: hidden;
    padding: 2px 25px;
    vertical-align: middle;
    /* padding: 10px 0 0;*/
}

.newsticker_wrapper.BJH h4 {
    color: #000;
    font-size: 1.143em;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    margin: 0;
}

.newsticker_wrapper.BJH .newsticker {
    margin: 0;
    padding: 0;
}

    .newsticker_wrapper.BJH .newsticker li {
        padding: 0 15px;
        list-style-type: none;
        list-style-image: none;
        height: 42px;
        overflow: hidden;
    }

        .newsticker_wrapper.BJH .newsticker li a {
            text-decoration: none;
            color: #005daa;
            line-height: 42px;
        }

.newsticker_wrapper.BJH .newsticker_controls {
    /* position: absolute;
    top: 0;
    left: auto;
    right: 0;
    list-style-type: none;
    list-style-image: none;
    margin: 0 0 0 10px;
    padding: 0;*/
    border-left: 1px solid #e6e6e6;
    float: right;
    height: 42px;
    padding: 7px 10px 0px 15px;
    width: 95px;
}
    /*
    .newsticker_wrapper.BJH .newsticker_controls li {
        float: left;
        height: 27px;
        width: 15px;
        background: url(images/buttons.png) no-repeat;
        cursor: pointer;
        list-style-type: none;
        list-style-image: none;
    }*/

    .newsticker_wrapper.BJH .newsticker_controls .pause {
        display: none;
    }

    .newsticker_wrapper.BJH .newsticker_controls .resume {
        display: none;
    }

    .newsticker_wrapper.BJH .newsticker_controls .previous, .newsticker_wrapper.BJH .newsticker_controls .next {
        color: #fff;
        cursor: pointer;
        display: inline-block;
        height: 30px;
        width: 30px;
        background-color: #808080;
        position: relative;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

    .newsticker_wrapper.BJH .newsticker_controls .previous {
        /* background: url(images/pre_next.jpg) no-repeat 0 0 transparent;*/
        margin-right: 2px;
    }

        .newsticker_wrapper.BJH .newsticker_controls .previous::before {
            content: "\65";
            color: #fff;
            font-size: 14px;
            font-family: BarnesJewishHospital;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            right: 12px;
            top: 8px;
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        }

    .newsticker_wrapper.BJH .newsticker_controls .next {
        /*background: url(images/pre_next.jpg) no-repeat -34px 0 transparent;*/
        margin-left: 2px;
    }

        .newsticker_wrapper.BJH .newsticker_controls .next::before {
            content: "\3d";
            color: #fff;
            font-size: 14px;
            font-family: BarnesJewishHospital;
            speak: none;
            font-style: normal;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            left: 13px;
            top: 8px;
            text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
        }

    .newsticker_wrapper.BJH .newsticker_controls .previous:hover {
        background-color: #9c9d9d;
        /*background: url(images/pre_next_hover.jpg) no-repeat 0 0 transparent;*/
    }

    .newsticker_wrapper.BJH .newsticker_controls .next:hover {
        background-color: #9c9d9d;
        /*background: url(images/pre_next_hover.jpg) no-repeat -34px 0 transparent;*/
    }


/* Reveal */
.newsticker_wrapper.BJH.newsticker_style_reveal .newsticker li {
    left: 15px !important;
}

/* Scroll */
.newsticker_wrapper.BJH.newsticker_style_scroll .newsticker li {
    margin-right: 80px;
    margin-top: 2px;
    padding: 0;
}

/*
THE MARKUP:

<div class="newsticker_wrapper">
	<h4>The Latest</h4>
	<ul class="newsticker">
		<li>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</li>
		<li>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</li>
		<li>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</li>
		<li>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</li>
		<li>Lorem ipsum dolor sit amet, consectetur adipisicing elit...</li>
	</ul>
</div>
*/

@media (min-width: 768px) and (max-width: 991px) {
}

@media (max-width: 767px) {

    .newsticker_title {
        display: none;
    }
    /*
    .newsticker_controls {
        display: none;
    }*/

    .newsticker_wrapper.BJH .newsticker_controls {
        width: 100%;
        text-align: center;
        padding: 0;
    }

    .newsticker_wrapper.BJH .newsticker {
        min-height: 70px;
        width: 100% !important;
    }

        .newsticker_wrapper.BJH .newsticker li {
            height: auto;
            overflow: auto;
            width: 100%;
        }

            .newsticker_wrapper.BJH .newsticker li a {
                line-height: inherit;
            }
}
