.scrollable {
	position:relative;
	overflow:hidden;
	width: 752px;
	height:500px;
	margin:0px;
	padding:0px;
}

.scrollable .items {
	width:19560px;
	position:relative;
	clear:both;
}

.items div {
	float:left;
	width:752px;
}

/* single scrollable item */
.scrollable img {
	float:left;
	margin:0px;
	padding:0px;
	width:752px;
	height:500px;
	border:0;
}

/* active item */
.scrollable .active {
	position:relative;
	cursor:default;
}


