div.scrollable { 
 
	position:relative; 
	overflow:hidden;
	width: 270px; 
	height:120px;
} 

div.scrollable24 {
	width:930px;
	height:80px; 
}

div.scrollable16 {
	width:590px;
	height:80px; 
}

div.scrollable .items a {
	display:block;
}

div.scrollable div.items { 
	width:20000em; 
	position:absolute;
	clear:both;
	left:0px;
} 

div.scrollable div.page {
	width:270px;
	float:left;
}

div.scrollable div.items .item { 
	float:left;
	width:90px;
} 

div.scrollable24 div.items .item { 
	width:232px;
} 

div.scrollable16 div.items .item { 
	width:98px;
}

div.scrollable .active {
	position:relative;
	cursor:default;
}

div.items {
	font-size:10px;
}

div.items img {
	margin:0;
}

span.ranking {
	font-family:verdana,arial,helvetica,sans-serif;
	display:block;
}

span.ranking span.pre {
	font-size:12px;
	vertical-align:super;
}

span.ranking span.num {
	font-size:24px;
	font-weight:bold;
	font-family:"Trebuchet MS",verdana,arial,helvetica,sans-serif;
}

/* you may want to setup some decorations to active item */ 
div.items div.active { 
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	display:block;
	width:16px;
	height:16px;
	background:url(img/scrollable-left.png) no-repeat;
	float:left;
	margin:5px 5px 0 79px;
	cursor:pointer;
	font-size:1px;
}

/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
/*	background-position:0px -18px;*/
}

/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}

/* next button uses another background image */
a.next, a.nextPage {
	background-image:url(img/scrollable-right.png);
	/*margin:5px 5px 0 5px;*/
	margin-left:5px;
	clear:right;
}



/*********** navigator ***********/


/* position and dimensions of the navigator */
div.navi {
	height:20px;
	float:left;
	margin-top:5px;
}


/* items inside navigator */
div.navi a {
	display:inline;
	float:left;
	width:8px;
	height:8px;
	margin:3px;
	background:url(img/scrollable-nav.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
}

/* mouseover state */
div.navi a:hover {
	background-position:0 -8px;	  
}

/* active state (current page state) */
div.navi a.active {
	background-position:0 -16px;
}


/*
**
**	VERTICAL
**
**/

div.scrollableVertical {
	position:relative; 
	overflow:hidden;
	width:270px;
	height:840px;
}

div.scrollableVertical div.items { 
	/* this cannot be too large */ 
	height:20000em; 
	position:absolute;
	clear:both;
} 

div.scrollableVertical .items a {
	display:block;
}

div.scrollableVertical div.items .item { 
	height:120px;
	font-size:12px;
} 

div.scrollableVertical .active {
	position:relative;
}

div.scrollableVertical div.items .item table {
	border-bottom:1px solid #222;
}

div.scrollableVertical div.items .item table td.desc {
	width:100%;
	text-align:left;
}

div.scrollableVertical div.items .item table td p {
	padding:0px 0px 0px 5px;
}
