@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
}
.banner-cell {
	background-image:url(images/main-v-banner-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;	
}
.main-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFFFFF;
}
.bold-text {
	color: #FFFFFF;
	font-weight:Bold;
}
.today-jackpot {
	color: #fcb034;
	font-size: 30px;
	line-height: 28px;
}
.today-jackpot-time {
	color: #FFFFFF;
	font-size: 14px;
}
.jackpot-type {
	color: #fcb034;
	font-size: 15px;
}
.jackpot-price {
	color: #FFFFFF;
	font-size: 21px;
	font-weight: bold;
}
.jackpot-more {
	color: #FFFFFF;
	font-size: 11px;
}
.schedule-title {
	color: #fcb034;
	font-weight: bold;
	font-size: 13px;
	text-transform: uppercase;
}
.schedule-more {
	color: #FFFFFF;
	font-size: 11px;
	text-transform: uppercase;
}
.main-page-table {
	background-image:url(images/main-page-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;	
}
.schedule-back {
	background-image:url(images/schedule-back.jpg);
	background-repeat: no-repeat;
	background-position: bottom;	
}
.main-table {
	background-image:url(images/main-bg.jpg);
	background-repeat: no-repeat;
	background-position: top;	
}
.special-table {
	background-image:url(images/special-game-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;	
}
.contact-table {
	background-image:url(images/contact-back.jpg);
	background-repeat: no-repeat;
	background-position: bottom;	
}
.inner-table {
	background-image:url(images/innertable-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #851618;
}
table.special-games {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	border-collapse: separate;
}
table.special-games th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	background-color: #f89938;
	color:#FFFFFF;
	text-transform: uppercase;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.special-games td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: black black black black;
	color:#FFFFFF;
	font-size:11px;
	-moz-border-radius: 0px 0px 0px 0px;
}
.special-title {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.footer-divide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
}
a.footer-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a.footer-link:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.footer-link:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.footer-link:active {
	text-decoration: none;
	color: #FFFFFF;
}
.winner-type {
	color: #fcb034;
	font-size: 18px;
}
.winner-name {
	color: #FFFFFF;
	font-size: 18px;
}
.winner-amount {
	color: #ffde2f;
	font-size: 30px;
	font-weight: bold;
}



.sliderWrapper {
	width : 190px;
	float : left;
	height: 580px;
	overflow: hidden;
	position: relative;
	background: #000000;
}
.sliderWrapper #slider {
	width : 190px;
	height : 580px;
	overflow: hidden;
	float: left;
	position: relative;
}
#slider .slide {
	height : 580px;
	position : relative;
	overflow : hidden;
	width : 190px;
	left : 0;
	top : 0;
	z-index : 1;
}
#slider .btnWrapper {
	top : 8px;
	left: 3px;
	position : absolute;
	z-index : 80;
}
#slider .btnRegular, #slider .btnActive {
	width : 15px;
	text-align : center;
	vertical-align : middle;
	font-weight : bold;
	height : 12px;
	float : left;
	font-size : 12px;
	display : block;
	cursor : pointer;
	display : inline;
	z-index : 99;
	padding : 2px 0 0 0;
	margin : 0 5px 0 5px;
}
#slider .wrapper {
	position: relative;
	width: 190px;
}
#slider .wrapper img {
	border: none;
	padding: 0;
	margin: 0;
}
#slider .btnRegular {
	border: 1px solid #c0bbbb;
	background-color : #dbdbdc;
	color : #4a4a50;
	z-index : 99;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#slider .btnActive {
	border: 1px solid #4a4a50;
	background-color : #4a4a50;
	z-index : 99;
	color : #dbdbdc;
	font-size: 10px;
}
#slider .previous {
	top : 8px;
	left: 0px;
	position : absolute;
	z-index : 80;
}
#slider .previous img {
	border: 0;	
}

#slider .next {
	top : 8px;
	right: 0px;
	position : absolute;
	z-index : 80;
}
#slider .next img {
	border: 0;	
}
