/* liScroll styles */
#newsroll {
  padding-left: 0px;
  line-height: 40px;
  border: 1px solid #00205b;
  height: 40px;
  margin-bottom: 20px;
  margin-left: 25px;
  margin-right: 25px;
}
#titleNews {
  float: left;
  line-height: 30px;
	margin: 0!important;
	padding: 0!important;
}
#contentNews {
  float: left;
}
#all_news { /*float: right;*/
}
#innernews {}
#innerNews h2 {
  font-size: 100% !important;
  width: 100%;
  text-align: center;
}
h2.scopri {
  padding: 12px 0 9px 0 !important;
}
@-moz-document url-prefix() {
  h2.scopri {
    padding-bottom: 10px !important;
    padding-top: 11px !important;
  }
}
@media all and (-ms-high-contrast:none) {
  h2.scopri {
    padding-bottom: 9px !important;
    padding-top: 11px !important;
  } /* IE10 */
  *::-ms-backdrop, h2.scopri {
    padding-bottom: 9px !important;
    padding-top: 11px !important;
  } /* IE11 */
}
h2.inevidenza {
  font-weight: bold;
  white-space: nowrap;
  padding-top: 10px !important;
  font-size: 15px !important;
  text-transform: uppercase;
}
.tickercontainer { /* the outer div with the black border */
  width: 780px;
  margin: 0;
  padding-bottom: 5px;
  overflow: hidden;
  height: auto;
	float: left;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
  position: relative;
  left: 30px;
  top: 0;
  width: 770px;
  overflow: hidden;
}
ul.newsticker { /* that's your list */
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}
ul.newsticker li {
  float: left; /* important: display inline gives incorrect results when you check for elem's width */
  line-height: 30px;
}
ul.newsticker a {
  white-space: nowrap;
  padding: 0;
  color: #00205b;
  font: normal 14px Arial;
}
#news li {
  padding-left: 20px;
  background-image: url(../images/dot.png);
  background-repeat: no-repeat;
  background-position: 6px 11px;
  margin-bottom: 0px;
}