/* panes */
#flowpanes {
	width:250px;
	height:135px;	
}

.panes {
	height: 365px;
	width: 471px;
}

/* single pane */
#flowpanes div, .panes div {
	display:none;	
	color:#fff;	
}

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

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

.panes div {
	width: 471px;
}

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

#flowpanes .less, #flowpanes .less a {
	color:#999 !important;
	font-size:11px;
}