
/* panes */
#flowpanes1 {
	position:relative;
	overflow:hidden;
	clear:both;
	width:206px;
	height:146px;	
}

/* single pane */
#flowpanes1 div {
	float:left;
	display:block;
	width:206px;
	color:#fff;	
	margin:0px;
}


/* our additional wrapper element for the items */
#flowpanes1 .items {
	width:2000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

/* panes */
#flowpanes2 {
	position:relative;
	overflow:hidden;
	clear:both;
	width:206px;
	height:146px;	
}

/* single pane */
#flowpanes2 div {
	float:left;
	display:block;
	width:206px;
	color:#fff;	
	margin:0px;
}


/* our additional wrapper element for the items */
#flowpanes2 .items {
	width:2000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}

/* panes */
#flowpanes3 {
	position:relative;
	overflow:hidden;
	clear:both;
	width:206px;
	height:146px;	
}

/* single pane */
#flowpanes3 div {
	float:left;
	display:block;
	width:206px;
	color:#fff;	
	margin:0px;
}


/* our additional wrapper element for the items */
#flowpanes3 .items {
	width:2000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}