#news_scroller {
    list-style: none;
    margin: 0;
    padding: 16px 0;
    white-space: nowrap;
/*     height: 52px; */
}
#news_scroller li {
	
}
#news_scroller li a {

}
.itdah_news_scroller {
    display: inline-block;
    position: absolute;
    width: 300px;
}
/* marquee */
/* by css 3, works only for one list item, so removed */
/* by jquery marquee works for multiple list items */
.marquee {
    width: 100%;
    overflow: hidden;
}
ul.marquee li {
    display: inline-block;
    width: 300px;
}
/* media queries from bootstrap */
/* @media (max-width: 767px) { */
/* } */
/* @media (min-width: 768px) and (max-width: 991px) { */
/* } */
/* @media (min-width: 992px) and (max-width: 1199px) { */
/* } */
/* @media (min-width: 1200px) { */
/* } */