

/* panes */
#flowpanes {
	width:670px;
	height:550px;	
	position:relative;
	overflow:hidden;
	clear:both;
}


/* single pane */
#flowpanes div {
	display:none;	
	margin:0px 0px 0px 0px;
	float:left;
	display:block;
	width:600px;
}

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

/* some decorations for elements inside single pane */
#flowpanes div h2 {
	font-weight:normal;
}

#flowpanes p, #flowpanes samp {	
}

#flowpanes div.narrow {			
}

.prev {
	background:#ffffff;
	padding:0px;
	margin:0px;
}
.next {
	background:#ffffff;
}

