.scrollable {
	background: url("../scroll/h300.png") repeat-x; border: 1px solid rgb(204, 204, 204); width: 540px; height: 120px; overflow: hidden; 
	position: relative;
}
.scrollable .items {
	width: 20000em; clear: both; position: absolute;
}
.items div {
	width: 540px; float: left;
}
.scrollable img {
	margin: 20px 5px 20px 20px; padding: 2px; border: 1px solid rgb(204, 204, 204); width: 100px; height: 75px; float: left; background-color: rgb(255, 255, 255); -moz-border-radius: 4px; -webkit-border-radius: 4px;
}
.scrollable .active {
	border: 2px solid rgb(0, 0, 0); position: relative; cursor: default;
}
