@CHARSET "UTF-8";

.scrollable {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 720px;
	height:200px;
}

.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
	padding:0 1px;
	margin: 0;
	border: 0;
}

.scrollable .active {
	border:0;
	z-index:9999;
	position:relative;
}

