
*{margin:0;padding:0;}
#jackpot-bar {
	background-image:url(../images/jackpot_bar.png);
	background-size:100% 100%;
	background-repeat: no-repeat;
	height:8vh;
	width:100vw;	
}

#jackpot_winner
{
	display:none;
	position:absolute;
	top:0.2vh;
	left:0.2vw;
	width:20vw;
	height:6vh;
	background-image:url(../images/redbg.gif);
	background-color: rgba(0,0,0,0.7);
	border-radius: 5px;
	z-index:500;
	border: 2px solid black;
}
#jackpot_winner_title
{
	color:yellow;
	font-weight:bold;
	font-size:1.5vh;
	font-family:Tahoma;	
	text-align:center;
}
#jackpot_winner_name
{
	color:white;
	font-size:1.5vh;
	font-family:Tahoma;	
	text-align:center;
}
#jackpot_winner_amount
{
	color:cyan;
	font-size:1.5vh;
	font-family:Tahoma;	
	text-align:center;
}

#jackpot1 {
	position:absolute;
	top:0.7vh;
	left:27.8vw;
	z-index:500;
}

#jackpot2 {
	position:absolute;
	top:0.7vh;
	left:52.7vw;
	z-index:500;
}
#jackpot3 {
	position:absolute;
	top:0.7vh;
	left:77.7vw;
	z-index:500;
}

.digit-separator {
	background-image: url(../images/digit_separator.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size:100% 100%;
}
.digit-space {
	background-image: url(../images/digit_space.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size:100% 100%;
}
.digit {
	background-image:url(../images/digits.png);
	background-size:100% 100%;
}
