.scrollable {
	position:relative;
	overflow:hidden;
	width: 680px;
	height:120px;
	border:1px solid #ccc;
	background-image: url(h300.png);
	background-repeat: repeat-x;
}
.scrollable .items {
	position:absolute;
	clear:both;
}
.scrollable img {
	float:left;
	background-color:#fff;
	border:1px solid #ccc;
	cursor:pointer;
	width:100px;
	height:75px;
	padding: 2px;
	margin: 2px;
}
.scrollable .active {
	border:2px solid #000;
	z-index:9999;
	position:relative;
}

