.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 898px;
	height:40px;
	/* custom decorations */
	border:0px solid #ccc;
	padding:4px 1px;
}
.scrollable2 {
	width: 234px;
	height:100px;
}
#sidebar div.scrollable2 a{
	text-decoration:underline;color:blue;
}

.scrollable .items, .scrollable2 .items2 {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.items div {
	float:left;
	width:900px;
}
.items2 div {
	float:left;
	width:236px;
}

/* active item */
.scrollable .active {
	border:2px solid #000;
	position:relative;
	cursor:default;
}


