@charset "utf-8";
.scrollable {
	float:left;	
	position:relative;
	overflow:hidden;
	width: 312px;
	height:90px;
}

.scrollable .items {
	width:20000em;
	position:absolute;
	clear:both;
}

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

.scrollable img {
	float:left;
	border: 1px solid #dbd8b4;
	width:70px;
	height:70px;
	margin:1px 3px;	
}



