
/* Race Series specific styles */
.currentBackImage
{
	background-image: url(Images/CurrentSeasonTab.png);
	background-repeat: no-repeat;
}

.nextBackImage
{
	background-image: url(Images/NextSeasonTab.png);
	background-repeat: no-repeat;
}

.prevBackImage
{
	background-image: url(Images/PrevSeasonTab.png);
	background-repeat: no-repeat;
}
