
/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden ;
	/*width:318px;*/
	width:462px;
	margin-left:5px;
/* custom decorations */
}
.scrollablenew {
	position:relative;
	overflow:hidden ;
	width:318px;
	margin-left:5px;
}


/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items, .scrollablenew .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	
}

.items div {
	float:left;
	width:158px;
	margin-right:1px;
}

/* single scrollable item */
.scrollable img, .scrollablenew img {
	float:left;
	background-color:#fff;
	width:100px;
	
}

/* active item */
.scrollable .active, .scrollablenew .active {
	position:relative;
	cursor:default;
}

#parlay{
float:left;
/*width:158px;*/
/*margin-right:1px;*/
width:225px;
margin:0 4px 0 2px;
}
*html #parlay{
margin:0;
}

#parlay .topone{
float:left;
/*width:158px;*/
width:228px;
/*background:url(../images/txtbg.jpg) 0 0 no-repeat;*/
/*padding-top:4px;*/
color:#000;
font-weight:bold;
text-align:center;
height:30px;
margin-bottom:8px;
}
#parlay .teamdet{
float:left;
/*width:146px;*/
width:205px;
padding:5px 5px 5px 18px !important;
/*background:#cecece;*/
/*border:1px solid #878585;*/
margin-bottom:1px;
background:#f7f7f7;
border:1px solid #888585;
}
*html #parlay .teamdet{
width:200px;
}
#parlay .teamdet .teamnum{
float:left;
/*width:146px;*/
/*width:219px;*/
width:200px;
padding-bottom:4px;
}
#parlay .teamdet .teamnum .fsttxt{
float:left;
/*width:66px;*/
width:142px;
padding-right:4px;
color:#000;
font-size:11px;
font-weight:bold;
padding-top:2px;
}
#parlay .teamdet .teamnum .cekbox{
float:left;
/*width:35px;*/
width:25px;
}	
#parlay .teamdet .teampoints{
float:left;
/*width:126px;*/
/*width:200px;*/
width:180px;
padding-bottom:5px;
text-align:right;
padding-right:20px;
font-weight:bold;
font-size:11px;
color:#000000;
}
#parlay .amount{
float:left;
/*width:152px;*/
width:224px;
margin:1px 0 0 1px;
padding:4px 2px 3px 2px;
background:#F7F7F7;
/*background:#f7f7f7;
border:1px solid #878585;*/
}
*html #parlay .amount{
padding:0px 2px;
width:222px;
}	
*+ html #parlay .amount{
padding:2px 2px;
}	
#parlay .submt{
float:left;
width:154px;
text-align:center;
padding-top:4px;
}
		
#parlay .amount .txtblack{
float:left;
width:70px;
padding: 2px 6px 0 0;
color:#000;
font-size:11px;
font-weight:bold;
text-align:right;
}
#parlay .amount .txtbx{
float:left;
width:74px;
}
.textboxsml{
width:65px;
background:#ffffff;
border:1px solid #3d3d3d;
height:12px;
padding:2px;
}



