/* outmost wrapper element */
#hu_scrollable {
	padding:10px 0px;
	width:500px;
	position:relative;
}

/* container for the scrollable items */
div.hu_items {
	margin-left:25px;
	margin-right:5px;		
	float:left;
	width:456px !important;
}



/* single item */
div.hu_items .item {
	display:block;
	float:left;
	margin-right:24px;
	margin-left:0px;
	color:#ccc;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}/* single item */

*html div.hu_items {
	margin-left:15px;
}


/* single item */
div.hu_items .item h3 {
	font-size:1em;
	margin:0pt;
	padding:4px;
	cursor:pointer;
	margin-bottom:20px;
}
/* single item */
div.hu_items .item h3 .small {
	font-size:0.9em;
	font-weight:normal;
}
/* match */
div.hu_items .item .match {
	width:130px;
	background-color:#0B2D2C;
	height:50px;
	margin-bottom:10px;
	padding:5px 0px 0px;
	border:1px solid #326566;
	font-size:0.9em;
	color:#669897;
}
/* match */
div.hu_items .item .match a {
	color:#669897;
}
/* match */
div.hu_items .item .match .vs {
	font-size:0.8em;
	font-style:italic;
}
/* match */
div.hu_items .item h4 {
	background-color:#0A1511;
	border-color:#326566;
	border-style:solid solid none;
	border-width:1px 1px 0px;
	font-size:0.9em;
	margin:0px;
	padding:5px 0pt 5px 5px;
	text-align:left;
	color:#669897;
}

div.hu_items .current_hu .match {
	background-color:#346667;
	color:#fff;
}

div.hu_items .current_hu .match a {
	color:#fff;
}
/* match */
div.hu_items .item .match .loser {
	text-decoration:line-through;
	color:#669897;
}
/* match */
div.hu_items .item .match .winner {
	font-weight:bold;
	color:#fff;
}

div.hu_items a:hover {
	color:#999;	
}

div.hu_items a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:default;
}
/* next / prev buttons */
a.hu_prev, a.hu_next {
	width:25px;
	height:24px;
	background-repeat:no-repeat;	
	margin:0;
	cursor:pointer;
	z-index:100;
}
a.hu_prev {
	background:url(http://media.ladbrokes.com/poker/images/gen/image_scroll/button-left2.gif);	
	position:absolute;
	top:15px;
	left:0px;			
}

a.hu_prev:hover {		
}

a.hu_next {
	background:url(http://media.ladbrokes.com/poker/images/gen/image_scroll/button-right2.gif);
	position:absolute;
	top:15px;
	right:0px;		
}

a.hu_next:hover {		
}


hr.over_scroll{
	border-color:#326566;
	border-style:solid none none;
	border-width:1px 0px 0px;
	height:1px;
	position:relative;
	top:75px;
}
