.scrollable {
	width: 900px;
	height:530px;
	overflow:hidden;
	/* custom decorations */
	/*border:1px solid #f00;*/
}
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	clear:both;
	position: relative;	
	height:500px;

}


.items div {
	float:left;
	width:900px;
	/*	height:500px;
	border:solid #000 1px;*/
}

/* single scrollable item */
.scrollable img {
	/*float:left;*/
/*	margin:20px 5px 20px 21px;*/

	padding:2px;
		position: relative;
	/*border:1px solid #ccc;*/
/*	width:100px;
	height:75px;
	*/
	/*
	-moz-border-radius:4px;
	-webkit-border-radius:4px;*/
}

/* active item */
.scrollable .active {
	/*border:2px solid #000;/*/
	position:relative;
	cursor:default;
}



