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

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

.items div {
	float:left;
	width:840px;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:0px 0px 0px 0px;
	padding: 0px;
	width:160px;
	height:155px;
}

.scrollable img.space {
	margin-right: 10px;
}

.scrollable img.spaceLast {
	margin-right: 0px;
}

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