.ticker {
margin: 0 auto;
padding:50px 0 50px;
width: 100%;
text-align: left;
position: relative;
overflow: hidden;
background-color:#f25835;
height: 200px !important;
color: #FFF;
text-align: center;
}

.ticker ul {
width: 100%;
position: relative;
}

.ticker ul li {
width: 100%;
display: none;
}
#ticker-roll{margin: 0;}
.ticker ul li > h3{font-size:25px; font-weight: bold;}
.ticker ul li > h3 span{font-size: 16px; font-style: italic; font-weight: normal;}