.scrollable {
	position:relative;
	overflow:hidden;
	width:181px;
	height:300px;
	float:left;
}

.scrollable .items {
	height:450px;
	position:absolute;
	clear:both;
	padding-left:10px;
	margin-top:7px;
}

.scrollable .items p {margin:0; padding:0; padding-bottom:9px;}

a.browse {
	display:block;
	width:181px;
	height:19px;
	float:left;
	cursor:pointer;
	font-size:1px;
}

a.up {
	background:url('/html/i/scroll-up.gif') no-repeat;
	float:none;
	margin:10px 0;
}

a.down {
	background:url('/html/i/scroll-down.gif') no-repeat;
	float:none;
	margin:10px 0;
}
