.newsticker_wrapper.GSN {
    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.GSN h4 {
    color: #000;
    font-size: 1.143em;
    text-align: center;
    text-transform: uppercase;
    line-height: 40px;
    margin: 0;
}

.newsticker_wrapper.GSN .newsticker {
    margin: 0;
    padding: 0;
}

    .newsticker_wrapper.GSN .newsticker li {
        padding: 0 15px;
        list-style-type: none;
        list-style-image: none;
        height: 42px;
        overflow: hidden;
    }

        .newsticker_wrapper.GSN .newsticker li a {
            text-decoration: none;
            color: #005daa;
            line-height: 42px;
        }

.newsticker_wrapper.GSN .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: 5px 10px 0px 10px;
    width: 95px;
}
    /*
    .newsticker_wrapper.GSN .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.GSN .newsticker_controls .pause {
        display: none;
    }

    .newsticker_wrapper.GSN .newsticker_controls .resume {
        display: none;
    }

    .newsticker_wrapper.GSN .newsticker_controls .previous, .newsticker_wrapper.GSN .newsticker_controls .next {
        color: #fff;
        cursor: pointer;
        display: inline-block;
        height: 32px;
        width: 32px;
    }

    .newsticker_wrapper.GSN .newsticker_controls .previous {
        background: url(images/pre_next.jpg) no-repeat 0 0 transparent;
        margin-right: 2px;
    }

    .newsticker_wrapper.GSN .newsticker_controls .next {
        background: url(images/pre_next.jpg) no-repeat -34px 0 transparent;
        margin-left: 2px;
    }

    .newsticker_wrapper.GSN .newsticker_controls .previous:hover {
        background: url(images/pre_next_hover.jpg) no-repeat 0 0 transparent;
    }

    .newsticker_wrapper.GSN .newsticker_controls .next:hover {
        background: url(images/pre_next_hover.jpg) no-repeat -34px 0 transparent;
    }


/* Reveal */
.newsticker_wrapper.GSN.newsticker_style_reveal .newsticker li {
    left: 15px !important;
}

/* Scroll */
.newsticker_wrapper.GSN.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.GSN .newsticker {
        min-height: 50px;
        width: 100% !important;
    }

        .newsticker_wrapper.GSN .newsticker li {
            height: auto;
            overflow: auto;
            width: 100%;
        }

            .newsticker_wrapper.GSN .newsticker li a {
                line-height: inherit;
            }
}
