
body {
	margin: auto; 
	padding: 0;
	line-height: 1.5em;
}

.clearing {
	height: 1px;
	margin-top: -1px;
	clear: both;
	overflow: hidden;	
}

/********** Header & Top Menu **********/
#headerwrap {
	position: relative;
	margin: auto;
	width:800px;
	text-align: left;
	margin-top: 3px;
	z-index: 30;
}
#logo {
	height: 95px;
}
#topmenu {
	position: relative;
	float:left;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	height: 36px;
	background-image: url("/skins/carbonBlue/images/navmainbg.png");
	background-repeat: no-repeat;
	z-index: 30;
}
#pokertime {		/* carbon poker official clock */
	position: relative;
	float:left;
	height: 16px;
	width: 800px;
	top: 0px;
	font-size: 10px;
	line-height: 15px;
	color: #ffffff;
	text-align: right;
	vertical-align: top;
	background-image: url("/skins/carbonBlue/images/infobarbg.png");
	background-repeat: no-repeat;
	z-index: 500;
	margin-top: 0px;
	clear:none;
}

.bartitles {
	position:relative;
	float: right;
	clear:none;
}
.dividerBlock{
	position:relative;
	float: right;
	color: #808080;
	font-size: 9px;
	clear:none;
}


#barNumCaribjackpot {
	position:relative;
	float: right;
	width: 185px;
	padding-right: 3px;
	clear:none;
	text-decoration:none;
	font-weight: bold;
	padding-left: 3px;

	color: #F0B929;				/* Modify for FADE IN COLOR */
	background-color:#000000; 	/* Modify for FADE OUT COLOR */
}
#barNumCaribjackpot span {
	cursor: pointer;
}
.jackpottitle,
.jackpottitle a {
	font-weight: normal;
	color: #fff;
	text-align:left;
	float: left;
	text-decoration:none;
}


#MERGE_playersonline {
	position:relative;
	float: right;
	font-weight: bold;
	color: #0CB60C;
	padding-left: 3px;
	clear:none;
}
#MERGE_date, #MERGE_time {
	position:relative;
	float: right;
	clear:none;
}


.submenu a, submenu.a:visited {
	position: relative;
	float: left;
	padding: 0px 5px 0px 10px;
	float: left;
	font-size: 11px;
	line-height: 15px;
	text-align: left;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;

}




/* Login prompt*/


#loginWrap{
	position: relative;
	top: -2px;
	left: -15px;
	float: left;
	padding: 0px;
	margin: 0px;
	z-index: 5;
	width: 100px;

}

#loginWrap:hover #loginFloatBox { 
	display: block;
}
#loginBoxWrap{
	position: relative;
	padding-bottom: 0px;
	
}
#loginboxTop{

}
#loginboxCenter{
	height: auto;
	min-height: 50px;
	width: 200px;
	/*background: url(/skins/carbonBlue/images/sideBoxBG.gif) repeat-y;*/
	background-color: #000;
}
#loginboxBottom{
	position: relative;
	height: 5px;
	width: 200px;
	background-color: #000;
}


#loginboxHeading {
	text-transform : uppercase;
	line-height: 25px;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
	font-weight: bold;
	padding : 0px 10px 0px 10px;
	margin : 0px 10px 0px 10px;
	background-color: #000;

}
#loginOver {
	position: relative;
	left: -5px;
	top: 2px;
	color: white;
	font-size: 11px;
	font-weight: bold;
	display: block;
}

#loginFloatBox {
  	display: none;
	position: absolute;
 	float: left;
	left: 0px;
	top: 17px;
	border: 1px solid #282828;
} 
.loginbox {
	padding : 10px;
	margin : 1px 9px 0px 10px;
	vertical-align: bottom;
	border: 1px solid #474747;
	border-bottom: 1px solid #bebebe;
	font-size: 11px;
	background-color: #1D1D1D;
}
.formPadding {
	margin: 2px 0px 2px 0px;
}
.textbox {
	width: 160px;
}

/* TEXT */

h1 {
	font-size: 18px;
	font-weight: bold;
	color: #6f0000;
	text-align: left;
}
h2 {
	font-weight: bolder;
	color: #ffffff;
	font-size: 16px;
	margin: 0px 0px 5px 0px;
}
h3 {
	color: #d0a837;
	font-weight: bolder;
	font-size: 14px;
	margin: 2px;
}

h4 {
	color: #d0a837;
	font-size: 13px;
	font-weight: bold;
	margin: 2px;
}

hr {
	margin: 10px 0px 10px 0px;
	border: none 0; 
	border-top: 1px dotted #666666;
	clear: both;
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

.linespace {
	height: 10px;
	display: block;
}
.separator {
	position: relative;
	top: -1px;
	left: -10px;
	float: left;
	padding: 0px 10px 0px 15px;
	color: #808080;
	font-size: 9px;

}

.nl {
	clear: both;
}


.moreinfo {
	position: relative;
	top: -5px;
	text-align: center;
	margin: 0 auto; 
	color: #ffffff;
	font-size: 9px;
	padding: 1px 10px 1px 10px;

}
.moreinfo a {
	color: #ffffff;
	text-decoration: none;
}
.moreinfo a:hover {
	color: #ffffff;
}

.divider {
	color: #808080;
	font-size: 9px;
	display: inline;
}

.border {
	border: 1px solid #666666;
	
}

.smalltxt {
	color: #ffffff;
}

/* main body content */

#wrap {
	
	width:800px;
	padding: 0;
 	margin: 0 auto;
	background-color: #000000;
	/*z-index: 1; */
	height: auto;

}


#sidecolumn {
	position: relative;
	float: left;
	padding: 0px 0px 0px 0px;
	width: 185px;
	background-color: #1C1C1C;
	height: 100%;
}

#contentcolumn {
	position: relative;
	float: left;
	width: 610px;
	margin: 0px;
	margin-top: -1px;
	padding: 0px;
	background-image: url("/skins/carbonBlue/images/contentpadding.gif");
	background-repeat: repeat-x;
	background-position: bottom left;
	background-color: #282828;
	height: auto;
}

#contentheader{
	width: auto;
	height: 35px;
	/*background-image : url("/skins/carbonBlue/images/contentheader.png");
	background-repeat: no-repeat;*/
	font-size: 14px;
	font-weight: bold;
	padding: 4px 10px 0px 30px;
	margin: 0px 0px 0px 0px;
	text-transform : uppercase;
	line-height: 1.5;
	font-family: "Trebuchet MS", Helvetica, Verdana, Arial, sans-serif;
}
#contentwrap {
	position: relative;
	margin-left: 32px;
	width: 558px;
	padding: 10px;
	background-color: #1d1d1d;
	height: 100%;
}
/*#contentfooter {

	height: 23px;
	width: 610px;
	background-image: url("/skins/carbonBlue/images/contentfooter.gif");
	background-repeat: no-repeat;
	background-position: bottom center;

}*/

/* Top Promo */
#toppromowrap {
	position: relative;
	margin: auto;
	height: 200px;
	width: 800px;
	border-left: 1px solid #282828;
	border-right: 1px solid #282828;
	border-top: 1px solid #282828;
	background-image: url("/skins/carbonBlue/images/promo.jpg");
	background-repeat: no-repeat;
	clear: both;
}



/* midbar */

#midwrap {
	margin: auto;
	height: 100px;
	width: 800px;
	border: 1px solid #282828;
	background-image: url("/skins/carbonBlue/images/midbarbg.png");
	background-repeat: repeat-x;
}



.enlarge,
.enlarge a:visited,
.enlarge a:link {
	color: #ffffff;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	z-index: 1; /* firefox fix */
}



.popimg {
	position: relative;
	float: left;
	margin: 0px 8px 0px 8px;
	z-index: 1; /* firefox fix */
}
#middownload {
	position: relative;
	text-align: center;
	top: 0px;
	left: 0px;
}
/* Index Promo */

#promowrap {
	position: relative;
	top:0;
	width: 800px;
	height: 300px;
 	margin: 5px auto 5px auto;
	background-color: #111010;
	border: 1px solid #282828;
}



#promoblock1, #promoblock2, #promoblock3 {
	position: relative;
	float: left;
	top:0;
	width: 260px;
	height: 295px;
	margin: 0px 0px 5px 5px;
	overflow:hidden;
	background-position: bottom center;
	background-repeat: no-repeat;
}


#promoblock1 a,
#promoblock1 a:hover,
#promoblock1 a:visited,
#promoblock2 a,
#promoblock2 a:hover,
#promoblock2 a:visited,
#promoblock3 a,
#promoblock3 a:hover,
#promoblock3 a:visited {
	color: white;
}

#promoblock1 {
	background-image: url("/skins/carbonBlue/images/promobg_dkblue.png" );
	background-color: #051121;
	color: #d8e3fc;
}
#promoblock2 {
	background-image: url("/skins/carbonBlue/images/promobg_dkgrey.png");
	background-color: #191818;
	color: #f2f2f2;
}
#promoblock3 {
	background-image: url("/skins/carbonBlue/images/promobg_dkblue.png");
	background-color: #051121;
	color: #d8e3fc;
}
#promoblockH1, #promoblockH2, #promoblockH3 {
	height: 29px;
	width: 230px;
	padding: 6px 0px 0px 30px;
	background-repeat: no-repeat;
	font-weight: bolder;
	font-size: 14px;
	color: white;
	line-height: 100%;

}
#promoblockH1 {
	background-image: url("/skins/carbonBlue/images/promoHeader_drkblue.gif");
}
#promoblockH2 {
	background-image: url("/skins/carbonBlue/images/promoHeader_black.gif");
}
#promoblockH3 {
	background-image: url("/skins/carbonBlue/images/promoHeader_drkblue.gif");
}
.promoContent {
	margin: 0px 0px 0px 10px;
	font-weight: normal;
	font-size: 12px; 
}


.promoIMG {
	float: right;
	height: 93px;
	background: #000000;
	padding: 1px;
	margin: 5px;
}
.promoIMG img {
	border: 1px solid black;
}
.promoIMGTXT {
	text-align: center;
	font-size: 9px;
}
.promoIMGTXT a {
	text-align: center;
	font-size: 9px;
	text-decoration: none;
	color: #ffffff;
}
.promoDIVIDE{
	float: right;
}




/********** Footer **********/

#footer {
	position: relative;
	width: 100%;
	margin: auto;
	clear: both;
	
}
#footernav {
	width: 800px;
	height: 25px;
	text-align: center;
	background-image: url("/skins/carbonBlue/images/navfooterbg.png");
	background-repeat: no-repeat;
	margin: auto;
}
#footernav p {
	position: relative;
	font-size: 11px;
	text-align: center;	
	margin: 0px;
	padding-top: 2px;
	font-weight: bolder;
	top: 2px;
}
#footernav a {
	color: #ffffff;
	text-decoration: none;
}
#footerinner {
	position: relative;
	top: 5px;
	width: 800px;
	height: 140px;
	text-align: center;
 	margin: 0 auto;
	background-image: url("/skins/carbonBlue/images/footerbg.png");
	background-repeat: no-repeat;

}
#footer img {
	padding-top: 0px;
}
#footer a {
	color: #ffffff;
}
#footer a:hover {
	color: #BCBCBC;
}
#footercopyright {
	position: absolute;
	top: 115px;
	right: 0px;
	font-size: 10px;
	color: #cbcaca;
}
#footerimg2 {
	position: absolute;
	top: 130px;
	right: 0px;
	font-size: 10px;
}
#footerpayment {
	position: relative;
	padding: 2px;

}
#footerpaymentstxt {
	position: absolute;
	top: 40px;
	right:18px;
	font-size: 11px;
	color: #cbcaca;
}
#footpromo {
	position: absolute;
	left: 30px;
	top: 50px;

}

#thumbs {
	position: relative;
	overflow: hidden;
	width: 93%;
	float: left;
	margin-top: 5px;
}

#thumbsinner {
	position: relative;
	left: 0px;
	top: 0px; 
	width: 970px;				/* ------- Payment options Change this width to prevent thumbs from going onto new line! increments of 70px each ------- */
}

#thumbsinner img {
	border: 0px;
}

.scrolllt {
	position: relative;
	float: left;
}

.scrollrt {
	position: relative;
	float: right;
}


/* side banner */

#sidebannerwrap {
	position: relative;
	left: 3px;
	width: 177px;
	height: 177px;
	border: 1px solid #000000;
	background-image: url("/skins/carbonBlue/images/sidepromobg.png");
	background-repeat: repeat-x;
	display: block;
	text-align: center;
	margin-bottom: 6px;

}
.sidetext {
	position: relative;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	height:auto;
	padding: 10px;
	text-align: left;

}
.sideContentWrap {
	position: relative;
	left: 3px;
	width: 157px;

	border: 1px solid #000000;
	background-image: url("/skins/carbonBlue/images/sidepromobg.png");
	background-repeat: repeat-x;
	background-color: #000;
	display: block;
	text-align: center;
	padding: 10px;

	
}
#sidebanner {
	position: relative;
	margin-top: 12px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	height:auto;

}
#sidebanner img {
	border: 1px solid black;
}


.globalpromowrap {
	position: relative;
	top:0;
	width: 800px;
 	margin: 5px auto 5px auto;
	background-color: #111010;
	border: 1px solid #151515;
}

.globalpromoblock {
	position: relative;
	top:0;
	background-color:#000000;
	background-image:url(/skins/carbonBlue/images/midbarbg_new.png);
	background-repeat:repeat-x;
	margin: 0px auto;
	padding:20px;
	width: auto;
}

.globalpromoblock a {
	color: #FFFFFF;
	font-weight: bold;
}

.globalpromoblock h1 {
	font-size: 18px;
	font-weight: bold;
	color: #6f0000;
	text-align: left;
}
.globalpromoblock h2 {
	font-weight: bolder;
	color: #ffffff;
	font-size: 16px;
	margin: 0px 0px 5px 0px;
}


.globalpromoblock h3 {
	color: #d0a837;
	font-weight: bolder;
	font-size: 14px;
	margin: 10px 0px 5px 0px;
}

.globalpromoblock h4 {
	color: #424242;
	font-size: 12px;
	font-weight: bold;
	margin: 2px;
}

.globalpromoblock hr {
	margin: 10px 0px 10px 0px;
	border: none 0; 
	border-top: 1px dotted #666666;
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

.globalpromoblock ol,ul {
	margin-left: 40px;
}


#blogscroll {
	position: absolute;
	overflow: hidden;
	right: 0px;
	height: 26px;
	width: 500px;
	top:2px;

}

#blogscroll ul li {
  position: absolute;
  top: 30px;
  left: 5px;
  height: 30px;
  width: 500px;
}
#blogscroll ul li a{
  color: #FFFFFF;
  font-weight:bold;
  text-decoration:none;
}
#blogscroll ul li a:hover{
  text-decoration:underline;
}
#blogscroll ul li a:visited{
  color: #FFFFFF;
}


.blogfeeddate{
	color: #F0B91E;
	font-size:11px;
	
}
.blogfeed{
	position: relative;
	background-image: url("/images/blogfeed-footer.png"); 
	height: 35px;
	width:100%;
}

/* tourneyfeed table */
.tourneyfeed {
	position: relative;
	background-color: transparent;
	color: #fff;
	font-size: 10px;
	overflow:auto;
	float: left;
	height: 168px;
	width: 260px;
	
	
}
.tourneyfeed table, 
.tourneyfeed table p,
.tourneyfeed table a:link,  
.tourneyfeed table a:visited,
.tourneyfeed table li {
	color: #fff;
	text-decoration:none;
}

.tourneyfeed th,
.tourneyfeed th p,
.tourneyfeed th a:link,
.tourneyfeed th a:visited,
.tourneyfeed th li {
	font-weight: bold;
	color: #fff;
}
.tourneyfeed td,
.tourneyfeed td p,
.tourneyfeed td a:link,
.tourneyfeed td a:visited,
.tourneyfeed td li {
	color: #fff;
}
.tourneyfeed tbody {
	background-color: transparent;
	font-size: 10px;
}

#tourneyfeedCounter {

	background-image: url("/images/tournament-feedsCF_bg.jpg");
	background-repeat:no-repeat;
	width:260px;
	padding: 3px 5px 2px 5px;
	color: #F0B91E;
	font-size: 10px;
	overflow:hidden;
	height: 46px;
}
#tourneyfeedDownload {
	position: absolute;

	top: 300px;	// 80px; displays item
	height:213px;
	width: 258px;
	border: 1px solid #3A3A3A;
	z-index: 500;

}



/* scroll */

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;

}
.jScrollPaneDrag {
	position: absolute;
	left: -2px;
	cursor: pointer;

		border: 1px solid #696969;
	

}

.jScrollPaneDrag:hover {
	background-color: #acaaaa;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	height: 1px;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	height: 1px;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 1px;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/

	height: 8px;
	background: url(/skins/carbonBlue/images/scroll/arrow_up.png) no-repeat 0 -7px;
}
a.jScrollArrowUp:hover {
	/*background-color: #f60;*/
	background-position: 0 0;

}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 1px;
	text-indent: -2000px;
	overflow: hidden;
	/*background-color: #666;*/

	height: 7px;
	background: url(/skins/carbonBlue/images/scroll/arrow_down.png) no-repeat 0 -7px;
}
a.jScrollArrowDown:hover {
	/*background-color: #f60;*/
	background-position: 0 0;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	/*background-color: #f00;*/
}

/* IE SPECIFIC HACKED STYLES */
* html .jScrollPaneDragBottom {
	bottom: -1px;
}
/* /IE SPECIFIC HACKED STYLES */




/* countdown styles */
.countdown_row {
	position:relative;
	top: -18px;
	clear: both;
	float: right;
	right: 4px;
	width: 140px;;
	text-align: center;
	overflow:hidden;
}
.countdown_show1 div {
	width: 100%;
}
.countdown_show2 div {
	width: 50%;
}
.countdown_show3 div {
	width: 33%;
}
.countdown_show4 div {
	width: 25%;
}
.countdown_show5 div {
	width: 20%;
}
.countdown_show6 div {
	width: 16%;
}
.countdown_show7 div {
	width: 14%;
}
.countdown_section {
	float: left;
	font-size: 75%
}
.countdown_amount {
	font-size: 18px;
	font-weight:bold;
	color: #0CB60C;
}

.countdown_descr,
.countdown_descr a,
#TournyCountDownDescription{
	position: absolute;
	margin: auto;
	text-align:center;
	overflow:hidden;
	height: 20px;
	width: 250px;
	display: inline;
}
#TournyCountDownDescription a{
	text-decoration:none;
	font-style:italic;
	font-size: 10px;
}

/* ---------->>> jtip <<<---------------------------------------------------------------*/

#JT_arrow_left{
	background-image: url(../images/arrow_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	left:-12px;
	height:23px;
	width:10px;
    top:-3px;
}

#JT_arrow_right{
	background-image: url(../images/arrow_right.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: absolute;
	z-index:101;
	height:23px;
	width:11px;
    top:-2px;
}

#JT {
	position: absolute;
	z-index:9000;
	border: 2px solid #CCCCCC;
	background-color: #fff;
}

#JT_copy{
	padding:10px 10px 10px 10px;
	color:#333333;
}

.JT_loader{
	background-image: url(../images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
	width:100%;
	height:12px;
}

#JT_close_left{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	color:#666666;
}

#JT_close_right{
	background-color: #CCCCCC;
	text-align: left;
	padding-left: 8px;
	padding-bottom: 5px;
	padding-top: 2px;
	font-weight:bold;
	color:#666666;
}

#JT_copy p{
margin:3px 0;
}

#JT_copy img{
	padding: 1px;
	border: 1px solid #CCCCCC;
}

.jTip{
cursor:help;
}



/* Fisheye CSS */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}

#dock2 {
	width: 450px;
	float: left;
	margin-top: 45px;
	margin-left: 25px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 70px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 label,
.dock-item2 span {
	padding-left: 0px;
	color: #FFFFFF;
	white-space: nowrap;
}
.dock-item2 img {
	border: none; 
	margin: 5px 0px 0px; 
	width: 100%; 
}

.highlightbox {
	background-color:#0C1623; 
	padding: 10px; 
	border: 1px solid #3060A9;
}

#carbon_footercontent h1 {
	font-size: 13px;
	color: #CCC;
	font-weight: bold;
	padding-top: 5px;
}

#carbon_footercontent h2 {
	font-size: 12px;
	color: #CCC;
	font-weight: bold;
	padding-top: 3px;
}

#carbon_footercontent p {
	font-size: 11px;
	color: #999;
	font-weight: normal;
	padding-bottom: 5px;
}

#carbon_footercontent a {
	font-size: 11px;
	color: #999;
	font-weight: normal;
}

/*+ Versioning +*/
	#ver-promo-wrapper {
		margin: 5px auto 0;
		background-color:#000;
		width:800px;
		padding:1px;
		background: url(/images/ver/promo-box_bg.png) no-repeat;
		font-family:Arial;
		overflow:hidden;
		display:block;
	}
	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
	}
	#slider li{
		height:283px;
		width:800px;
		overflow:hidden;
		background: url(/images/ver/sprite-promo.jpg) no-repeat;
	}
	#slider li a{
		text-decoration: none;
	}
	#slider img {
		border:none;
	}

	#slider2 {
		text-align:center;
	}
	#slider2 ul {
		list-style: none;
		padding:0;
		margin:0 auto;
		width:560px;
	}
		#slider2 ul li {
			padding:10px 25px;
			text-align: center;
			display:block;
			float:left;
		}
	#slider2 a {
		color:#666;
		font-size: 12px;
		font-weight: normal;
		text-decoration: none;
	}
	#slider2 .active-slide {
		background: url(/images/ver/active-slide_bg.png) no-repeat center top;
	}
	#slider2 .active-slide a {
		color:white;
	}
		
	.self-clear {
		_height: 1%;
		*display: inline-block;
		_display: block;
	}
		.self-clear:after {
			content: ".";
			display: block;
			height: 0;
			visibility: hidden;
			clear: both;
		}

	.versioning-index-cpa  {
		border:medium none;
		margin-left:323px;
		margin-top:134px;
		position:absolute;
		text-align:center;
	}
	
	#slider li.ver-promo-winter-games {
		background-position: left -283px;
	}
	#slider li.ver-promo-get-free {
		background-position: left -849px;
	}
		#slider li.ver-promo-get-free p{
			color:#b4b3b3;
			font-size:12px;
			padding:230px 0 0 208px;
		}
	#slider li.ver-promo-vip-rewards {
		background-position: left -1415px;
	}
	#slider li.ver-promo-badbeat-jackpot {
		background-position: left -1981px;
	}
		#slider li.ver-promo-badbeat-jackpot p {
			color:#28dbef;
			font-size: 48px;
			padding:194px 0 0 35px;
		}
/*- Versioning -*/

