.scrollable {
	position:relative;
	overflow:hidden;
	width:504px;
	height:99px;
	background:url(/images/hqs/scroller-bg) repeat-x;
}
.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

.scrollable .active {
	z-index:9999;
	position:relative;
}