.scrollable {
	position:relative;
	overflow:hidden;
	width:630px;
	height:150px;
	padding-left:20px;
}

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

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

.scrollable img {
	float:left;
	margin:5px 0 5px 2px;
	background-color:#fff;
	padding:0;
	border:0;
	width:200px;
	height:110px;
}

.scrollable .active {
	position:relative;
	cursor:default;
}

.tsi_bannerslot_2 img { float:left; border:0; margin:0 5px 5px 0; }
