/* scrollable root element */
/* panes */
#flowpanes2 {
	width:210px;
	height:100px;
	float:left
}
/* single pane */
#flowpanes2 div {
	display:none;
	color:#000;
}
/* some decorations for elements inside single pane */
#flowpanes2 div h2 {
	/*font-weight:normal;
	color:#ddd;
	letter-spacing:1px;
	margin:10px 0 0 0;
	font-size:22px;	*/
	font-size:1.4em;
	margin:0;
	padding-bottom:2px;
	padding-top:4px;
	float: right;
	width: 220px;
}
#flowpanes2 a {
	color:#1A539A;
	font-size:12px;
}
#flowpanes2 p, #flowpanes2 samp {
	color:#000;
	line-height:1.2;
	float: right;
	width: 220px;
	font-size: 11px;
}
#flowpanes2 div.narrow {
	padding-right:160px;
}
/* override the root element to enable scrolling */
#flowpanes2 {
	overflow:hidden;
	position:relative;
}
/* override single pane */
#flowpanes2 div {
	float:left;
	display:block;
	width:220px;
	cursor:pointer;
	font-size:12px;
}
/* our additional wrapper element for the items */
#flowpanes2 .items {
	width:20000em;
	position:absolute;
	margin:0;
	padding:0;
}
#flowpanes2 .less, #flowpanes2 .less a {
	color:#1A539A !important;
	font-size:11px;
}
