.scrollable {
	position:relative;
	overflow:hidden;
	width: 800px;
	height:120px;
	border:1px solid #ccc;
	background:url(h3000000.png) repeat-x;
}

.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
	padding-top:1px;
}

.scrollable a{
	float:left;
}

.scrollable img{
	padding:2px;
	cursor:pointer;
	height:100px;
	margin-left:10px;
	margin-right:10px;
	border:none
}


