#scoreboard-wrapper {
	background: url('/sites/all/modules/sikgottagetitall/images/sik-scoreboard-bg.png') scroll 0 0 no-repeat transparent;
	width: 413px;
	height: 68px;
}

#scoreboard-container {
	
}

#scoreboard-nav {
    margin: 0 0 0 15px;
}

.scoreboard ul {
    height: 36px;
    margin: 5px 0 0 18px !important;
    padding: 0;
    width: 413px;
}

#scoreboard-nav .scoreboard-item {
    cursor: pointer;
    display: block;
    float: left;
    height: 18px;
}

#scoreboard-1 {
    background: url("/sites/all/modules/sikgottagetitall/images/sik-mlb.png") no-repeat scroll 0 0 transparent;
    width: 47px;
}

#scoreboard-2 {
	background: url('/sites/all/modules/sikgottagetitall/images/sik-nba.png') scroll 0 0 no-repeat transparent;
	width: 42px;
}

#scoreboard-3 {
	background: url('/sites/all/modules/sikgottagetitall/images/sik-nhl.png') scroll 0 0 no-repeat transparent;
	width: 42px;
}

#scoreboard-4 {
	background: url('/sites/all/modules/sikgottagetitall/images/sik-nfl.png') scroll 0 0 no-repeat transparent;
	width: 44px;
}

.clear {
	line-height: 0;
	clear: both;
	overflow: hidden;
}

#scoreboard-nav .scoreboard-item {
    cursor: pointer;
    display: block;
    float: left;
    height: 18px;
}

#scoreboard-1.active {
	background-position: 0 -18px;
}

#scoreboard-2.active {
	background-position: 0 -18px;
}

#scoreboard-3.active {
	background-position: 0 -18px;
}

#scoreboard-4.active {
	background-position: 0 -18px;
}

#scoreboard-1:hover {
	background-position: 0 -18px;
}

#scoreboard-2:hover {
	background-position: 0 -18px;
}

#scoreboard-3:hover {
	background-position: 0 -18px;
}

#scoreboard-4:hover {
	background-position: 0 -18px;
}

.scoreboard {
    color: #FFFF00;
    display: none;
    overflow: hidden;
}

.scoreboard ul {
    height: 34px;
    margin: 0 0 0 18px !important;
    padding: 0;
    width: 413px;
}

.scoreboard .scores {
    height: 30px;
    padding: 0 0 0 10px;
    width: 110px;
}

.scoreboard .no-scores {
    font-weight: bold;
    margin: 14px 0 0;
}

.scoreboard li {
    background: url("/sites/all/modules/sikgottagetitall/images/sik-li-bg-v2.png") no-repeat scroll 0 0 transparent;
    border-right: 1px solid #FFFF00;
    float: left;
    height: 30px;
    line-height: 1.1;
    margin: 4px 0 0;
    padding: 4px 0 0;
    width: 126px;
}

.scoreboard a {
	text-decoration: none;
}

.scoreboard li:hover {
	background-position: 0 -34px;
}

.scoreboard a:hover {
	text-decoration: none;
}

.scoreboard .visitor-wrapper {
	
}

.scoreboard .visitor-name {
	float: left;
}

.scoreboard .visitor-score {
	float: right;
}

.scoreboard .home-wrapper {
	
}

.scoreboard .home-name {
	float: left;
}

.scoreboard .home-score {
	float: right;
}

#scoreboard-mlb {
	display: block;
}
				
#scoreboard-nba {
	
}
				
#scoreboard-nhl {
	
}
				
#scoreboard-nfl {
	
}

.jcarousel-item-placeholder {
	width: 17px;
}

#scoreboard-container .jcarousel-prev {
    background: url("/sites/all/modules/sikgottagetitall/images/sik-left-arrow-on-v3.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 41px;
    left: 0;
    position: absolute;
    top: -1px;
    width: 18px;
}

#scoreboard-container .jcarousel-next {
    background: url("/sites/all/modules/sikgottagetitall/images/sik-right-arrow-on.png") no-repeat scroll 0 12px transparent;
    cursor: pointer;
    height: 39px;
    position: absolute;
    right: 0;
    top: 0;
    width: 17px;
}

.scores-loading {
	font-weight: bold;
    padding: 11px 0 30px;
}

#scoreboard-container .jcarousel-prev.jcarousel-prev-disabled {
	background: none !important;
	cursor: default !important;
}

#scoreboard-container .jcarousel-next.jcarousel-next-disabled {
	background: none !important;
	cursor: default !important;
}