/* override the root element to enable scrolling */
#flowpanes {
	position:relative;
	overflow:hidden;
	clear:both;
}

/* override single pane */
#flowpanes div {
	float:left;
	display:block;
	width:943px;
	cursor:pointer;
}

/* our additional wrapper element for the items */
#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

/* everything is constructed with a single background image */

/* panes */
#flowpanes {	
	width:943px;
	height:325px;	
}


/* single pane */
#flowpanes div {
	display:block;	
	color:#000;
	margin-left: 10px;
}
