/* body {
	margin: 0;
	font : 76%/1.5 Arial, Helvetica, "Lucida Sans Unicode", Verdana, sans-serif;
	text-align: center;
} */
/*.accessibility-aid { position: absolute; left: -999em; }*/
/* strong { font-weight: bold; }
p { margin: 0 0 10px 0; } */
/* =headings */
/* =slider */
div#slider {
  width: 855px;
  position: relative;
  padding: 0 25px;
  /* margin:0 auto; */
}
div.scroll {
  height: 236px;
  width: 855px;
  overflow: auto;
  position: relative; /* fix for IE to respect overflow */
  clear: left;
	overflow: hidden;
	float: none;
}
div.scrollContainer div.panel {
  padding: 0 25px 25px 25px;
 text-align:justify;
  height: 220px;
   width: 800px; /* change to 560px if not using JS to remove rh.scroll */
	font-size: 100%;
	float: left;
}
div.scrollContainer div.panel p {
	width: 410px;
	float: left;
	margin-right: 0;
}
div.scrollContainer div.panel .left {
	width: 380px;
	float: left;
	margin-right: 0;
}
div.scrollContainer div.panel .right {
	width: 360px;
	float: left;
	margin-left: 60px;
}

div#main-content div.scrollContainer div.panel ul {
	list-style: disc;
	float: right;
	/* width: 380px;
	margin-left: 0;
	padding-left: 25px; */
}
div#main-content div.scrollContainer div.panel ul li{
	margin: 0;
}

/* slider nav */
div#slider ul.navigation {
	float: left;
	width: 860px;
	margin:0;
	padding:0;
	height: 49px;
	text-indent:-999999;
	
}
div#slider ul.navigation li {
	display: inline;
	float: left;
	
}
div#slider ul.navigation a {
	float: left;
	padding: 20px 0 30px 0;
	_padding:50px 0 0 0;
	margin-right: 0;
	width: 129px;
	text-align: center;
	text-indent: -999em;
	_background-position: 0 19px;
	
}
div#slider ul.navigation a.selected, div#slider ul.navigation a:hover {
	background-position: 0 -80px;
	_background-position: 0 -61px;
}
div#slider p.scrollButtons {
	position: absolute;
	height: 238px;
	width: 38px;
	top: 43px;
	_top:62px;
	cursor: pointer;
	margin:0;
	padding:0;
	border: none;
	text-indent: -999em;
}
p.scrollButtons.left {
	left: -12px;
	
}
p.scrollButtons.right {
	right: -10px;
	_right:4px;
}
.signupContainer li
{
	list-style: none;
	margin-left: none;
}
.signupContainer ul
{
	list-style: none;
	margin-left: none;
}
/* body {
	background: #fff;
	color: #555;
}
a:link, a:visited, a:focus { color: #2363b2;}

/* headings */

/* blockquote#intro {
	text-indent: -999em;
} */ 

/* slider */
div.scroll {
 background:url(/images/bg-slider.png) 0 -13px repeat-x;
}
/* slider nav */
div#slider ul.navigation {
	background:url(/images/bg-slider-ul.png) left bottom no-repeat;
}
div#slider ul.navigation a#nav-intro {
	background-image:url(/images/bg-nav-intro.gif);
}
div#slider ul.navigation a#nav-offers {
	background-image:url(/images/bg-nav-signupoffers.gif);
	width:172px;
}
div#slider ul.navigation a#nav-gaming {
	background-image:url(/images/bg-nav-games.gif);
}
div#slider ul.navigation a#nav-bingo {
	background-image:url(/images/bg-nav-awards.gif);
	}
p.scrollButtons.left {
 background:url(/images/button-left.png) no-repeat;
}
p.scrollButtons.right {
  background: url(/images/button-right.png) no-repeat;
}
p:hover.scrollButtons.left {
  background-position: top right;
}
p:hover.scrollButtons.right {
  background-position: top right;
}
