#ticker_bar table {
	margin-left: 0;
}

table.ticker_table {
	width: 880px;
	height: 39px;
	border: 0px;
	margin: 0px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px;
	background-image: url("../images/ticker_bg.jpg");
	vertical-align: middle;
	background-repeat: no-repeat;
	overflow:hidden;
}

td.ticker_left_padding {
  width: 17px;
  padding-left: 112px;
  padding-right: 5px;
}

td.ticker_right_padding {
  width: 20px;
}

td.ticker_content {
  width: 726px;
	font-family: Arial, Helvetica, serif;
  font-size: 13px;
  color: #404040;
  white-space: nowrap;
  vertical-align: center;
  overflow: hidden;
  padding-left: 0 !important;
  padding-left: 122px;
}

div.ticker_scroller_div {
  width: 726px;
  overflow: hidden;
	position: relative;
  vertical-align: center;
  margin-left: -240px !ie;
}

div.ticker_content_div {
  width: 726px;
	text-align: left;
	position: relative;
	white-space: nowrap;
  vertical-align: center;
}

.latest_goals,
.live_matches,
.next_matches,
.ticker_divider {
	padding-left: 15px;
	padding-right: 15px;
	white-space: nowrap;
}

.live_matches_sport,
.live_matches_category,
.next_matches_category {
	padding-left: 10px;
	padding-right: 0px;
	white-space: nowrap;
}

.live_match_sport {
	font-weight: bold;
}


span.latest_goals_teams,
span.latest_goals_score,
span.latest_goals_time,
span.latest_goals_goaler,
span.next_match_time,
span.next_match_category,
span.next_match_teams,
span.live_match_time,
span.live_match_category,
span.live_match_teams,
span.live_match_minutes,
span.live_match_score {
	margin-right: 5px;
}

span.live_match_score,
span.latest_goals_score {
	font-weight: bold;
}

span.latest_goals_teamscore {
	color: red;
}

/* div.ticker_divider.next_matches_divider {
	background-image: url('../images/next_matches.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

div.ticker_divider.funfacts_divider {
	background-image: url('../images/funfacts.gif');
	background-repeat: no-repeat;
	background-position: 50% 50%;
} */
