﻿
#game-ticker
{
	position: relative;
	float: right;
	width: 674px;
	height: 90px;
	margin-right: 8px;
}

#ticker-prev,
#ticker-next
{
	width: 18px;
	height: 67px;
	position: absolute;
	top: 3px;
}
#ticker-prev
{
	left: 0;
	background: url(images/top-schedule/btn-left-arrow.gif) -18px 0 no-repeat;
}
#ticker-prev:hover
{
	background-position: 0 0;
}
#ticker-next
{
	right: 0;
	background: url(images/top-schedule/btn-right-arrow.gif) no-repeat;
}
#ticker-next:hover
{
	background-position: -18px 0;
}
#ticker-prev span,
#ticker-next span
{
	display: none;
}

#ticker-scrollable
{
	position: relative;
	overflow: hidden;
	width: 640px;
	height: 100%;
	margin: 0 17px;
}
#ticker-scrollable ol
{
	overflow: hidden;
	width: 20000em;
	height: 100%;
	position: absolute;
}
#ticker-scrollable ol li
{
	display: block;
	float: left;
	margin: 3px 1px;
	text-transform: uppercase;
	position: relative;
	width: 78px;
	height: 67px;
	background: url(images/top-schedule/bg-ticker-sprite.png) -100px 0 no-repeat;
}

#ticker-scrollable li a {
	text-decoration: none;
	display: block;
	width: 78px;
	height: 67px;
	background: url(images/top-schedule/bg-ticker-sprite.png) -100px 0 no-repeat;
}

#ticker-scrollable ol li span
{
	color: #5784A6;
	display: block;
	padding-left: 6px;
	font-size: 10px;
}
#ticker-scrollable ol li span.date
{
	padding: 5px 0 3px 6px;
}
#ticker-scrollable ol li span.home-team
{
	color: #999;
	text-align: right;
	display: block;
	padding-right: 6px;
}
#ticker-scrollable ol li span.away-team
{
	color: #999;
	text-align: right;
	display: block;
	padding-right: 6px;
}
#ticker-scrollable ol li span.winner
{
    color: #FFF;
}
#ticker-scrollable ol li span.home-team label,
#ticker-scrollable ol li span.away-team label
{
	float: left;
}

#ticker-scrollable ol li a:hover
{
    background-position: -100px -68px;
}
#ticker-scrollable ol li.upcoming 
{
    background-position: 0 0;
}
#ticker-scrollable ol li.upcoming  a
{
    background-position: 0 0;
}
#ticker-scrollable ol li.upcoming a:hover
{
    background-position: 0 -68px;
}
#ticker-scrollable ol li.current a
{
    background-position: -200px 0;
}
#ticker-scrollable ol li.current a:hover
{
    background-position: -200px -68px;
}
#ticker-scrollable ol li.current span,
#ticker-scrollable ol li.upcoming span
{
	color: #CCC;
}
#ticker-scrollable ol li a.buy-tickets
{
	position: absolute;
	background: url(images/top-schedule/btn-buy-tickets.gif) no-repeat;
	display: block;
	left: 2px;
	top: 70px;
	width: 75px;
	height: 16px;
}
#ticker-scrollable ol li a.buy-tickets:hover
{
	background-position: 0 -16px;
}
#ticker-scrollable ol li a.buy-tickets span
{
	display: none;
}
/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

