
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 920px;
    float: left;
    background-color: #1e1e1e;
    padding-left: 5px;
}

.jcarousel ul {
    width: 20000em;
    position: absolute;
    list-style: none;

}

#sb {
  width: 986px;
  position:absolute;
  top: 28px;
  margin: auto;
  background-color: #1e1e1e;
  margin: 0px 0 11px 0;
  height: 63px;
}
.leaguename {
  position: absolute;
  left: 0;
  top: -22px;
}
#sb .leaguename li {
  display: inline-block;
  display: -moz-inline-stack;
  zoom: 1;
  *display: inline;
}
#sb .leaguename li a {
  margin: 0 0 0 2px;
  border-top-right-radius: 2px;
  padding: 3px 8px;
  font-size: 11px;
  color: #666;
}
#sb .prev {
    float:left;
    width:20px;
    padding-left: 10px;
    line-height:61px;
    height:65px;
    vertical-align: middle;
    background-color: #353535;
    font-size: 1.4em;
}

#sb .next {
    float:right;
    width:20px;
    padding-left: 10px;
    line-height:61px;
    height:65px;
    vertical-align: middle;   
    background-color: #353535;
    font-size: 1.4em;
}

#sb .prev a,
#sb .next a {
    color: white;    
    text-decoration: none;
}

#sb .games {
  white-space: nowrap;
  position: relative;
  z-index: 1;
  margin: 0 0px;
  border-top: 2px solid #1e1e1e;
  border-bottom: 2px solid #1e1e1e;
  overflow: hidden;
  color: #666;
}

#sb .games li {
  display: inline-block;
  display: -moz-inline-stack;
  zoom: 1;
  *display: inline;
  width: 120px;
  height: 60px;
  background-color: #353535;
  color: #666;
  margin: 0 1px 0 0;
  }

#sb .games li a {
  width: 120px;
  border-radius: 5px;
  height: 60px;
  color: #eee;
  font-size: 12px;
  box-shadow: 0px 0px 0px white;
}

#sb .games li a .game_header {
  background-color: #303030;
  line-height: 20px;
  padding: 0 5px;
  font-size: 12px;
  margin: 0 0 2px 0;
}

#sb .games li  {
  width: 120px;
  border-radius: 5px;
  height: 60px;
  color: #cccccc;
  font-size: 12px;
  box-shadow: 0px 0px 0px white;
}

#sb .games li .game_header {
  background-color: #303030;
  line-height: 20px;
  padding: 0 5px;
  font-size: 12px;
  margin: 0 0 2px 0;
}

#sb .team_one,
#sb .team_two {
  padding: 0 5px;
  color: #999;
  font-size: 12px;
}

#sb .live {
  color: #ffcc00;
}

#sb .winning {
  color: #ccc;
  font-weight:bold;
  font-size: 12px;
}

#sb .arrow_right:hover i,
#sb .arrow_left:hover i {
  opacity: .5;
}

#sb .short_league {
	clear: both;
	background-color: #303030;
	font-size: 10px;
	border-top: 1px solid #444444;
	margin-top: 2px;
	text-align: center;
}

