/* outmost wrapper element */
#scrollable {
	width:463px;
	_width:468px;
	height:105px;
	z-index:99999;	
	margin:auto;
	margin-top:20px;
}

#scrollable .navi {
}

/* container for the scrollable items */
div.items {
	margin-left:0;
	float:left;
}

/* single item */
div.items a {
	display:block;
	float:left;
	margin-right:5px;
	margin-top:5px;
	height:55px;
	font-size:30px;
	width:75px;
	color:#ccc;
	line-height:55px;
	text-decoration:none;
	text-align:center;
	cursor:pointer;
}

div.items a img  {
	border:1px solid #376A61;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
}

div.items a:hover img {
	border:1px solid #376A61;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
	
}

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

div.items a.active {
	background-position:-174px 0;		
	color:#555;
	cursor:pointer;
}


/* next / prev buttons */
a.prev, a.next {
	display:none;
	width:30px;
	height:70px;
	float:left;
	background-repeat:no-repeat;	
	margin:0;
	cursor:pointer;
}

a.prev {
	background:url(http://media.ladbrokes.com/poker/images/gen/image_scroll/button-left.gif);		
}

a.prev:hover {		
}

a.next {
	background:url(http://media.ladbrokes.com/poker/images/gen/image_scroll/button-right.gif);		
}

a.next:hover {		
}


/* navigator */
div.navi {
	height:0px;
	position:relative;
	top:0px;
	left:50%;
	margin-left:-16px;
	width:100px;
}


/* items inside navigator */
div.navi span {
	width:8px;
	height:8px;
	float:left;
	margin:3px;
	background:url(http://media.ladbrokes.com/poker/images/gen/image_scroll/dots.png) 0 0 no-repeat;     
	cursor:pointer;
	overflow:hidden;
	
}

div.navi span:hover {
	background-position:0 -8px;      
}

div.navi span.active {
	background-position:0 -16px;     
}
 	
#image_popup {
	background:#0D2D2C;
	z-index:99999;	
	border:1px solid #376A61;
	color:#000000;
	left:177px;
	width:560px;
  	position:absolute;
	text-align:center;
	margin:auto;
	top:320px;
	display:none;
}

#image_popup a {
	cursor:pointer;
}

#image_popup .image_desc{
	margin:10px auto;
	color:#fff;
}
 	
#image_popup .image_area img {
	z-index:999;	
	border:1px solid #376A61;
	margin:30px;
	margin-bottom:0px;
}
@media screen{
  body>div#image_popup{
   position: fixed;
	top:90px;
  }
  }
