/* panes */
#flowpanes {
	width:447px;
	height:200px;
	/*border-top:1px solid red;*/
	position:relative;
	overflow:hidden;
	float:left;
}



/* single pane */
#flowpanes .singlePane {
	display:none;	
	margin:0 3px;
	padding:0 4px 0 0;	
	float:left;
	display:block;
	width:100px;
	/*border:1px solid green;*/
}

/* single pane */
#flowpanes .singlePane:hover {
	cursor:pointer;
}



#flowpanes .items {
	width:20000em;
	position:absolute;
	clear:both;
	margin:0;
	padding:0;
}



