/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {
	position:relative;
	overflow:hidden;
	width: 915px;
	height:445px;
}
.scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.scrollable1 {
	position:relative;
	overflow:hidden;
	width: 592px;
	height:445px;
}
.scrollable1 .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.scrollable2 {
	position:relative;
	overflow:hidden;
	width: 915px;
	height:445px;
}
.scrollable2 .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.scrollable3 {
	position:relative;
	overflow:hidden;
	width: 915px;
	height:450px;
}
.scrollable3 .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.scrollable-press {
	position:relative;
	overflow:hidden;
	width: 910px;
	height:483px;
}
.scrollable-press .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}

.scrollable-ps {
	position:relative;
	overflow:hidden;
	width:591px;
	height:449px;
}
.scrollable-ps .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
	clear:both;
}